共用方式為


Identity interface

資源的身分識別。

屬性

principalId

資源識別的主要識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。

tenantId

資源的租使用者識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。

type

識別類型。

userAssignedIdentities

與資源相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源識別碼:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。

屬性詳細資料

principalId

資源識別的主要識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。

principalId?: string

屬性值

string

tenantId

資源的租使用者識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。

tenantId?: string

屬性值

string

type

識別類型。

type?: ResourceIdentityType

屬性值

userAssignedIdentities

與資源相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源識別碼:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。

userAssignedIdentities?: {[propertyName: string]: IdentityUserAssignedIdentitiesValue}

屬性值

{[propertyName: string]: IdentityUserAssignedIdentitiesValue}