OrganizationConfig / QuarantineNewAccountsConfig

Quarantine SCP application configuration

Example

quarantineNewAccounts:
enable: true
scpPolicyName: QuarantineAccounts

Hierarchy

  • QuarantineNewAccountsConfig

Implements

Constructors

Properties

Constructors

Properties

enable: boolean = true

Indicates where or not a Quarantine policy is applied when new accounts are created. If enabled all accounts created by any means will have the configured policy applied.

scpPolicyName: string = 'QuarantineAccounts'

The policy to apply to new accounts. This value must exist if the feature is enabled. The name must also match a policy that is defined in the serviceControlPolicy section.

Generated using TypeDoc