PolicyConfiguration interface
The full policy configuration with settings.
- Extends
created |
A reference to the identity that created the policy. |
created |
The date and time when the policy was created. |
is |
Indicates whether the policy is blocking. |
is |
Indicates whether the policy has been (soft) deleted. |
is |
Indicates whether the policy is enabled. |
is |
If set, this policy requires "Manage Enterprise Policies" permission to create, edit, or delete. |
settings | The policy configuration settings. |
id | The policy configuration ID. |
revision | The policy configuration revision ID. |
type | The policy configuration type. |
url | The URL where the policy configuration can be retrieved. |
A reference to the identity that created the policy.
createdBy: IdentityRef
Property Value
The date and time when the policy was created.
createdDate: Date
Property Value
Date
Indicates whether the policy is blocking.
isBlocking: boolean
Property Value
boolean
Indicates whether the policy has been (soft) deleted.
isDeleted: boolean
Property Value
boolean
Indicates whether the policy is enabled.
isEnabled: boolean
Property Value
boolean
If set, this policy requires "Manage Enterprise Policies" permission to create, edit, or delete.
isEnterpriseManaged: boolean
Property Value
boolean
The policy configuration settings.
settings: any
Property Value
any
The policy configuration ID.
id: number
Property Value
number
Inherited From VersionedPolicyConfigurationRef.id
The policy configuration revision ID.
revision: number
Property Value
number
Inherited From VersionedPolicyConfigurationRef.revision
The policy configuration type.
type: PolicyTypeRef
Property Value
Inherited From VersionedPolicyConfigurationRef.type
The URL where the policy configuration can be retrieved.
url: string
Property Value
string
Inherited From VersionedPolicyConfigurationRef.url