Package version:

Interface UserAssignedIdentity

User assigned identity properties

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

Properties

clientId?: string

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

principalId?: string

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