UserAssignedIdentityProperty interface
Properties of user assigned identity.
Properties
client |
Get the client id for the user assigned identity NOTE: This property will not be serialized. It can only be populated by the server. |
principal |
Get the principal id for the user assigned identity NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
clientId
Get the client id for the user assigned identity NOTE: This property will not be serialized. It can only be populated by the server.
clientId?: string
Property Value
string
principalId
Get the principal id for the user assigned identity NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string