OrganizationConfig / ServiceControlPolicyConfig

Service control policy configuration

Example

serviceControlPolicies:
- name: QuarantineAccounts
description: Quarantine accounts
policy: path/to/policy.json
type: customerManaged
deploymentTargets:
organizationalUnits: []

Hierarchy

  • ServiceControlPolicyConfig

Implements

Constructors

Properties

deploymentTargets: DeploymentTargets = ...

Service control policy deployment targets

description: string = ''

A description to assign to the policy.

name: string = ''

The friendly name to assign to the policy. The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

policy: string = ''

Service control definition json file. This file must be present in config repository

strategy: string = 'deny-list'
type: string = 'customerManaged'

Kind of service control policy

Generated using TypeDoc