The full policy configuration with settings.

interface PolicyConfiguration {
    _links?: any;
    createdBy?: IdentityRef;
    createdDate?: Date;
    id?: number;
    isBlocking: boolean;
    isDeleted?: boolean;
    isEnabled: boolean;
    isEnterpriseManaged?: boolean;
    revision?: number;
    settings: any;
    type?: PolicyTypeRef;
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any

The links to other objects related to this object.

createdBy?: IdentityRef

A reference to the identity that created the policy.

createdDate?: Date

The date and time when the policy was created.

id?: number

The policy configuration ID.

isBlocking: boolean

Indicates whether the policy is blocking.

isDeleted?: boolean

Indicates whether the policy has been (soft) deleted.

isEnabled: boolean

Indicates whether the policy is enabled.

isEnterpriseManaged?: boolean

If set, this policy requires "Manage Enterprise Policies" permission to create, edit, or delete.

revision?: number

The policy configuration revision ID.

settings: any

The policy configuration settings.

The policy configuration type.

url?: string

The URL where the policy configuration can be retrieved.