Attributes of a permission.

Hierarchy

  • PermissionAttributes

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

Creation time of the permission.

description?: string

Description of the permission.

displayName?: string

Displayed name for the permission.

displayType?: string

Display type.

groupName?: string

Name of the permission group.

name?: string

Name of the permission.

restricted?: boolean

Whether or not the permission is restricted.

Generated using TypeDoc