Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.06 KB

File metadata and controls

26 lines (14 loc) · 1.06 KB

AccountConfig

Properties

Name Type Description Notes
operator PolicyOperator [default to undefined]
type Array<AccountType2> 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 account matching [optional] [default to undefined]
matchFrom string Whether to match from account or source [optional] [default to undefined]

Enum: AccountConfigMatchFromEnum

  • Account (value: 'ACCOUNT')

  • Source (value: 'SOURCE')

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