Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.1 KB

File metadata and controls

24 lines (13 loc) · 1.1 KB

SourceConfig

Properties

Name Type Description Notes
operator PolicyOperator [default to undefined]
type Array<AccountType2> Source account types [optional] [default to undefined]
subType Array<AccountIdentifier> Source account subtypes [optional] [default to undefined]
ids Array<AccountIdentifier> Source account identifiers [optional] [default to undefined]
tags Array<PolicyTag> Tags for source matching [optional] [default to undefined]
matchFrom string Whether to match from account (relevant only for ORDER policy type) [optional] [default to undefined]

Enum: SourceConfigMatchFromEnum

  • Account (value: 'ACCOUNT')

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