UserAssignedIdentity interface
User-assigned managed identity.
Properties
client |
Client App Id associated with this identity. NOTE: This property will not be serialized. It can only be populated by the server. |
principal |
Azure Active Directory principal ID associated with this Identity. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
clientId
Client App Id associated with this identity. NOTE: This property will not be serialized. It can only be populated by the server.
clientId?: string
Property Value
string
principalId
Azure Active Directory principal ID associated with this Identity. NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string