UserAssignedIdentities interface
The list of user identities associated with the container group. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
Properties
client |
The client id of user assigned identity. NOTE: This property will not be serialized. It can only be populated by the server. |
principal |
The principal id of user assigned identity. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
clientId
The client id of user assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.
clientId?: string
Property Value
string
principalId
The principal id of user assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string