RoleAssignmentEntity interface
角色指派實體
屬性
id | 角色指派實體標識碼 |
name | 角色指派實體名稱 |
principal |
主體標識碼 |
role |
角色定義標識碼 |
scope | 角色指派實體的範圍 |
屬性詳細資料
id
角色指派實體標識碼
id?: string
屬性值
string
name
角色指派實體名稱
name?: string
屬性值
string
principalId
主體標識碼
principalId?: string
屬性值
string
roleDefinitionId
角色定義標識碼
roleDefinitionId?: string
屬性值
string
scope
角色指派實體的範圍
scope?: string
屬性值
string