OrganizationConfig / QuarantineNewAccountsConfig

Quarantine SCP application configuration

quarantineNewAccounts:
enable: true
scpPolicyName: QuarantineAccounts
interface IQuarantineNewAccountsConfig {
    enable: boolean;
    scpPolicyName?: string;
}

Properties

enable: boolean

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

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.