你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Identity interface

Identity for the resource.

Properties

principalId

The principal ID of resource identity. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId

The tenant ID of resource. NOTE: This property will not be serialized. It can only be populated by the server.

type

Type of managed service identity.

userAssignedIdentities

The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

Property Details

principalId

The principal ID of resource identity. NOTE: This property will not be serialized. It can only be populated by the server.

principalId?: string

Property Value

string

tenantId

The tenant ID of resource. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId?: string

Property Value

string

type

Type of managed service identity.

type: string

Property Value

string

userAssignedIdentities

The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

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

Property Value

{[propertyName: string]: UserIdentityProperties}