ManagedServiceIdentity interface
Managed service identity (system assigned and/or user assigned identities)
Properties
principal |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
tenant |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
type | The type of managed identity assigned to this resource. |
user |
The identities assigned to this resource by the user. |
Property Details
principalId
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
principalId?: string
Property Value
string
tenantId
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
tenantId?: string
Property Value
string
type
The type of managed identity assigned to this resource.
type: string
Property Value
string
userAssignedIdentities
The identities assigned to this resource by the user.
userAssignedIdentities?: Record<string, null | UserAssignedIdentity>
Property Value
Record<string, null | UserAssignedIdentity>