Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.19 KB

File metadata and controls

39 lines (23 loc) · 1.19 KB

DestinationConfig

Destination configuration for policy rules

Properties

Name Type Description Notes
type List<AccountType2> Destination account types [optional]
subType List<AccountIdentifier> [optional]
ids List<AccountIdentifier> [optional]
tags List<PolicyTag> Tags for destination matching [optional]
operator PolicyOperator
matchFrom MatchFromEnum Whether to match from account or source (relevant only for ORDER policy type). If set to ACCOUNT, only matchFrom is allowed and other fields are not required. [optional]
addressType AddressTypeEnum Type of destination addresses allowed

Enum: MatchFromEnum

Name Value
ACCOUNT "ACCOUNT"
SOURCE "SOURCE"

Enum: AddressTypeEnum

Name Value
STAR "*"
WHITELISTED "WHITELISTED"
ONE_TIME "ONE_TIME"