ResourceIdentity interface
Msi identity details of the resource
Properties
principal |
Service Principal Id backing the Msi NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
Home 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 Id backing the Msi NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string
tenantId
Home 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}