UserIdentity interface
Describes a single user-assigned identity associated with the application.
Properties
client |
the client identifier of the Service Principal which this identity represents. |
principal |
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