RoleAssignmentCreateParameters interface
角色指派建立參數。
屬性
condition | 角色指派的條件。 這會限制可指派的資源。例如: @Resource [Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' |
condition |
條件的版本。 目前唯一接受的值是 '2.0' |
created |
建立指派附注的使用者識別碼:此屬性將不會序列化。 它只能由伺服器填入。 |
created |
建立時間注意:此屬性不會序列化。 它只能由伺服器填入。 |
delegated |
委派受控識別資源的識別碼 |
description | 角色指派的描述 |
principal |
主體識別碼。 |
principal |
指派之主體識別碼的主體類型。 |
role |
角色定義識別碼。 |
scope | 角色指派範圍。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
updated |
更新指派附注的使用者識別碼:此屬性不會序列化。 它只能由伺服器填入。 |
updated |
更新時間注意:此屬性不會序列化。 它只能由伺服器填入。 |
屬性詳細資料
condition
角色指派的條件。 這會限制可指派的資源。例如: @Resource [Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container'
condition?: string
屬性值
string
conditionVersion
條件的版本。 目前唯一接受的值是 '2.0'
conditionVersion?: string
屬性值
string
createdBy
建立指派附注的使用者識別碼:此屬性將不會序列化。 它只能由伺服器填入。
createdBy?: string
屬性值
string
createdOn
建立時間注意:此屬性不會序列化。 它只能由伺服器填入。
createdOn?: Date
屬性值
Date
delegatedManagedIdentityResourceId
委派受控識別資源的識別碼
delegatedManagedIdentityResourceId?: string
屬性值
string
description
角色指派的描述
description?: string
屬性值
string
principalId
主體識別碼。
principalId: string
屬性值
string
principalType
指派之主體識別碼的主體類型。
principalType?: string
屬性值
string
roleDefinitionId
角色定義識別碼。
roleDefinitionId: string
屬性值
string
scope
角色指派範圍。 注意:此屬性不會序列化。 它只能由伺服器填入。
scope?: string
屬性值
string
updatedBy
更新指派附注的使用者識別碼:此屬性不會序列化。 它只能由伺服器填入。
updatedBy?: string
屬性值
string
updatedOn
更新時間注意:此屬性不會序列化。 它只能由伺服器填入。
updatedOn?: Date
屬性值
Date