Identity interface
The Managed Identity of the resource
Properties
principal |
Service principal object Id NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
Tenant Id NOTE: This property will not be serialized. It can only be populated by the server. |
type | Identity Type |
user |
User Assigned Identities |
Property Details
principalId
Service principal object Id NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string
tenantId
Tenant Id NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
type
Identity Type
type?: string
Property Value
string
userAssignedIdentities
User Assigned Identities
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity}
Property Value
{[propertyName: string]: UserAssignedIdentity}