RoleDefinition interface
角色定義。
屬性
assignable |
角色定義可指派的範圍。 |
description | 角色定義描述。 |
id | 角色定義標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
name | 角色定義名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
permissions | 角色定義許可權。 |
role |
角色名稱。 |
role |
角色類型。 |
type | 角色定義類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
assignableScopes
角色定義可指派的範圍。
assignableScopes?: string[]
屬性值
string[]
description
角色定義描述。
description?: string
屬性值
string
id
角色定義標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
name
角色定義名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。
name?: string
屬性值
string
permissions
roleName
角色名稱。
roleName?: string
屬性值
string
roleType
角色類型。
roleType?: string
屬性值
string
type
角色定義類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string