Package version:

Interface UserAssignedIdentity

UserAssignedIdentity for the resource.

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

Properties

clientId?: string

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

principalId?: string

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