ResourceIdentity interface
Msi identity details of the resource
Properties
| principal |
Service Principal Id backing the Msi |
| tenant |
Home Tenant Id |
| type | Identity type |
| user |
User Assigned Identities |
Property Details
principalId
Service Principal Id backing the Msi
principalId?: string
Property Value
string
tenantId
Home Tenant Id
tenantId?: string
Property Value
string
type
Identity type
type?: string
Property Value
string
userAssignedIdentities
User Assigned Identities
userAssignedIdentities?: Record<string, UserAssignedIdentity>
Property Value
Record<string, UserAssignedIdentity>