IdentityInfo interface
資源的身分識別資訊。
屬性
| principal |
資源識別的主要標識碼。 |
| tenant |
資源的租用戶標識碼。 |
| type | 所使用的受控識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 將會移除任何身分識別。 |
| user |
與資源相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 此屬性目前未使用,並保留供日後使用。 |
屬性詳細資料
principalId
資源識別的主要標識碼。
principalId?: string
屬性值
string
tenantId
資源的租用戶標識碼。
tenantId?: string
屬性值
string
type
所使用的受控識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 將會移除任何身分識別。
type?: string
屬性值
string
userAssignedIdentities
與資源相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 此屬性目前未使用,並保留供日後使用。
userAssignedIdentities?: {[propertyName: string]: UserIdentityProperties}
屬性值
{[propertyName: string]: UserIdentityProperties}