Policy type reference.

interface PolicyTypeRef {
    displayName?: string;
    id: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

Properties

displayName?: string

Display name of the policy type.

id: string

The policy type ID.

url?: string

The URL where the policy type can be retrieved.