Identity interface
The Managed Identity of the resource
Properties
| principal |
Service principal object Id |
| tenant |
Tenant Id |
| type | Identity Type |
| user |
User Assigned Identities |
Property Details
principalId
Service principal object Id
principalId?: string
Property Value
string
tenantId
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>