Package version:

Identity for the resource.

Hierarchy

  • Identity

Properties

principalId?: string

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

tenantId?: string

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

type: string

Type of managed service identity.

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

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}'.

Type declaration

Generated using TypeDoc