UserAssignedIdentity interface
Identities associated with a server.
Properties
| principal |
Identifier of the object of the service principal associated to the user assigned managed identity. |
| tenant |
Identifier of the tenant of a server. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Types of identities associated with a server. |
| user |
Map of user assigned managed identities. |
Property Details
principalId
Identifier of the object of the service principal associated to the user assigned managed identity.
principalId?: string
Property Value
string
tenantId
Identifier of the tenant of a server. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
type
Types of identities associated with a server.
type: string
Property Value
string
userAssignedIdentities
Map of user assigned managed identities.
userAssignedIdentities?: {[propertyName: string]: UserIdentity}
Property Value
{[propertyName: string]: UserIdentity}