Package version:

User assigned identity properties

interface UserAssignedIdentity {
    clientId?: string;
    principalId?: string;
}

Properties

clientId?: string

The client ID of the assigned identity.

principalId?: string

The principal ID of the assigned identity.