AzureResourceManagerManagedIdentityProperties interface
指派給此資源的受控服務識別屬性。
屬性
principal |
此主體的 Active Directory 識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
tenant |
主體的 Active Directory 租使用者識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
type | 指派給此資源的受控識別類型。 |
user |
使用者指派給此資源的身分識別。 |
屬性詳細資料
principalId
此主體的 Active Directory 識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。
principalId?: string
屬性值
string
tenantId
主體的 Active Directory 租使用者識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。
tenantId?: string
屬性值
string
type
指派給此資源的受控識別類型。
type: string
屬性值
string
userAssignedIdentities
使用者指派給此資源的身分識別。
userAssignedIdentities?: {[propertyName: string]: AzureResourceManagerUserAssignedIdentity}
屬性值
{[propertyName: string]: AzureResourceManagerUserAssignedIdentity}