PublisherSecurityRole interface
属性
| allow |
允许角色的权限。 |
| deny |
角色被拒绝的权限。 |
| description | 角色定义的用户访问权限的说明 |
| display |
角色的用户友好名称。 |
| identifier | 角色的全局唯一标识符。 |
| name | 作用域中角色的唯一名称。 |
| scope | 返回 ParentScope 的 id。 |
属性详细信息
allowPermissions
允许角色的权限。
allowPermissions: number
属性值
number
denyPermissions
角色被拒绝的权限。
denyPermissions: number
属性值
number
description
角色定义的用户访问权限的说明
description: string
属性值
string
displayName
角色的用户友好名称。
displayName: string
属性值
string
identifier
角色的全局唯一标识符。
identifier: string
属性值
string
name
作用域中角色的唯一名称。
name: string
属性值
string
scope
返回 ParentScope 的 id。
scope: string
属性值
string