BatchUserAssignedIdentityOutput interface
The user assigned Identity
Properties
| client |
The client id of the user assigned identity. |
| principal |
The principal id of the user assigned identity. |
| resource |
The ARM resource 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
resourceId
The ARM resource id of the user assigned identity.
resourceId: string
Property Value
string