ManagedIdentity interface
A class represent managed identities used for request and response
Properties
| principal |
Get the principal id for the system assigned identity. Only be used in response. |
| tenant |
Get the tenant id for the system assigned identity. Only be used in response |
| type | Represents the identity type: systemAssigned, userAssigned, None |
| user |
Get or set the user assigned identities |
Property Details
principalId
Get the principal id for the system assigned identity. Only be used in response.
principalId?: string
Property Value
string
tenantId
Get the tenant id for the system assigned identity. Only be used in response
tenantId?: string
Property Value
string
type
Represents the identity type: systemAssigned, userAssigned, None
type?: string
Property Value
string
userAssignedIdentities
Get or set the user assigned identities
userAssignedIdentities?: Record<string, UserAssignedIdentityProperty>
Property Value
Record<string, UserAssignedIdentityProperty>