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