Destination configuration for policy rules
| 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 |
| Name | Value |
|---|---|
| ACCOUNT | "ACCOUNT" |
| SOURCE | "SOURCE" |
| Name | Value |
|---|---|
| STAR | "*" |
| WHITELISTED | "WHITELISTED" |
| ONE_TIME | "ONE_TIME" |