RoleAssignment interface
Azure 角色指派詳細數據。
屬性
id | 角色指派的 ARM 識別碼。 |
name | 角色指派的名稱。 |
principal |
主體標識碼。 |
role |
角色定義標識碼。 |
scope | 角色指派範圍。 |
屬性詳細資料
id
角色指派的 ARM 識別碼。
id?: string
屬性值
string
name
角色指派的名稱。
name?: string
屬性值
string
principalId
主體標識碼。
principalId?: string
屬性值
string
roleDefinitionId
角色定義標識碼。
roleDefinitionId?: string
屬性值
string
scope
角色指派範圍。
scope?: string
屬性值
string