PublisherSecurityRole interface
Properties
allow |
Permissions the role is allowed. |
deny |
Permissions the role is denied. |
description | Description of user access defined by the role |
display |
User friendly name of the role. |
identifier | Globally unique identifier for the role. |
name | Unique name of the role in the scope. |
scope | Returns the id of the ParentScope. |
Property Details
allowPermissions
Permissions the role is allowed.
allowPermissions: number
Property Value
number
denyPermissions
Permissions the role is denied.
denyPermissions: number
Property Value
number
description
Description of user access defined by the role
description: string
Property Value
string
displayName
User friendly name of the role.
displayName: string
Property Value
string
identifier
Globally unique identifier for the role.
identifier: string
Property Value
string
name
Unique name of the role in the scope.
name: string
Property Value
string
scope
Returns the id of the ParentScope.
scope: string
Property Value
string