ManagedIdentityProperties interface
從 ARM 要求標頭擷取的受控識別屬性。
屬性
principal |
系統指派受控識別的主體標識碼。 |
tenant |
系統指派受控識別的租用戶標識碼。 |
type | 受控識別的類型 |
user |
使用者指派受控識別的屬性 |
屬性詳細資料
principalId
系統指派受控識別的主體標識碼。
principalId?: string
屬性值
string
tenantId
系統指派受控識別的租用戶標識碼。
tenantId?: string
屬性值
string
type
受控識別的類型
type?: string
屬性值
string
userAssignedIdentities
使用者指派受控識別的屬性
userAssignedIdentities?: {[propertyName: string]: UserAssignedManagedIdentity}
屬性值
{[propertyName: string]: UserAssignedManagedIdentity}