Class OrgGroupPolicyOverrideAttributes

Attributes of an org group policy override.

Hierarchy

  • OrgGroupPolicyOverrideAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
content?: {
    [key: string]: any;
}

The override content as key-value pairs.

Type declaration

  • [key: string]: any
createdAt: Date

Timestamp when the override was created.

modifiedAt: Date

Timestamp when the override was last modified.

orgSite: string

The site of the organization that has the override.

orgUuid: string

The UUID of the organization that has the override.

Generated using TypeDoc