Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 798 Bytes

File metadata and controls

28 lines (16 loc) · 798 Bytes

AccountConfig

Policy account configuration

Properties

Name Type Description Notes
type List<AccountType2> Account types [optional]
subType List<AccountIdentifier> [optional]
ids List<AccountIdentifier> [optional]
tags List<PolicyTag> Tags for account matching [optional]
operator PolicyOperator
matchFrom MatchFromEnum Whether to match from account or source [optional]

Enum: MatchFromEnum

Name Value
ACCOUNT "ACCOUNT"
SOURCE "SOURCE"