Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 1.43 KB

File metadata and controls

38 lines (19 loc) · 1.43 KB

DestinationConfig

Properties

Name Type Description Notes
operator PolicyOperator [default to undefined]
addressType string Type of destination addresses allowed [default to undefined]
type Array<AccountType2> Destination account types [optional] [default to undefined]
subType Array<AccountIdentifier> [optional] [default to undefined]
ids Array<AccountIdentifier> [optional] [default to undefined]
tags Array<PolicyTag> Tags for destination matching [optional] [default to undefined]
matchFrom string 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] [default to undefined]

Enum: DestinationConfigAddressTypeEnum

  • Star (value: '*')

  • Whitelisted (value: 'WHITELISTED')

  • OneTime (value: 'ONE_TIME')

Enum: DestinationConfigMatchFromEnum

  • Account (value: 'ACCOUNT')

  • Source (value: 'SOURCE')

[Back to top] [Back to API list] [Back to Model list] [Back to README]