Class IncidentUserDefinedRoleDataAttributesResponse

Attributes of an incident user-defined role.

Hierarchy

  • IncidentUserDefinedRoleDataAttributesResponse

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
created: Date

Timestamp when the role was created.

description?: string

A description of the user-defined role.

modified: Date

Timestamp when the role was last modified.

name: string

The name of the user-defined role.

Policy configuration for a user-defined role.

Generated using TypeDoc