Interface RolePermission

interface RolePermission {
    description: string;
    name: string;
    sourceModule: string;
    uniqueName: string;
}

Properties

description: string

The description of the permission.

name: string

The name of the permission.

sourceModule: string

The name of the module in which the permission is defined.

uniqueName: string

The unique name of the resource (String, typically a fully-qualified class name).

Generated using TypeDoc