UserIdentity interface
A resource identity that is managed by the user of the service.
Properties
| client |
The client ID of the user-assigned identity. |
| principal |
The principal ID of the user-assigned identity. |
Property Details
clientId
The client ID of the user-assigned identity.
clientId?: string
Property Value
string
principalId
The principal ID of the user-assigned identity.
principalId?: string
Property Value
string