UserIdentity interface

Describes a single user-assigned identity associated with the application.

Properties

clientId

the client identifier of the Service Principal which this identity represents.

principalId

the object identifier of the Service Principal which this identity represents.

Property Details

clientId

the client identifier of the Service Principal which this identity represents.

clientId?: string

Property Value

string

principalId

the object identifier of the Service Principal which this identity represents.

principalId?: string

Property Value

string