Type alias OrgGroupPolicyEnforcementTier

OrgGroupPolicyEnforcementTier: typeof OVERRIDE_ALLOWED | typeof GROUP_MANAGED | typeof DELEGATE | UnparsedObject

The enforcement tier of the policy. OVERRIDE_ALLOWED means the policy is set but member orgs may mutate it. GROUP_MANAGED means the policy is strictly controlled and mutations are blocked for affected orgs. DELEGATE means each member org controls its own value.

Generated using TypeDoc