ManagedIdentityProperties interface
Managed identity properties retrieved from ARM request headers.
Properties
| principal |
Principal Id of system-assigned managed identity. |
| tenant |
Tenant Id of system-assigned managed identity. |
| type | Type of the managed identity |
| user |
Properties of user-assigned managed identities |
Property Details
principalId
Principal Id of system-assigned managed identity.
principalId?: string
Property Value
string
tenantId
Tenant Id of system-assigned managed identity.
tenantId?: string
Property Value
string
type
Type of the managed identity
type?: string
Property Value
string
userAssignedIdentities
Properties of user-assigned managed identities
userAssignedIdentities?: {[propertyName: string]: UserAssignedManagedIdentity}
Property Value
{[propertyName: string]: UserAssignedManagedIdentity}