你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RoleDefinition interface
角色定义属性。
属性
id | 角色定义 ID。 |
is |
如果这是服务角色。 |
name | 角色定义名称。 |
permissions | 角色定义权限。 |
scopes | 角色定义可分配的范围。 |
属性详细信息
id
角色定义 ID。
id?: string
属性值
string
isServiceRole
如果这是服务角色。
isServiceRole?: boolean
属性值
boolean
name
角色定义名称。
name?: string
属性值
string
permissions
scopes
角色定义可分配的范围。
scopes?: string[]
属性值
string[]