interface SecurityRole {
    allowPermissions: number;
    denyPermissions: number;
    description: string;
    displayName: string;
    identifier: string;
    name: string;
    scope: string;
}

Properties

allowPermissions: number

Permissions the role is allowed.

denyPermissions: number

Permissions the role is denied.

description: string

Description of user access defined by the role

displayName: string

User friendly name of the role.

identifier: string

Globally unique identifier for the role.

name: string

Unique name of the role in the scope.

scope: string

Returns the id of the ParentScope.