Package version:

Interface IdentityProperties

Managed identity for the resource.

Hierarchy

  • IdentityProperties

Properties

principalId?: string

The principal ID of resource identity.

tenantId?: string

The tenant ID of resource.

The identity type.

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