SystemAssignedServiceIdentity interface
Managed service identity (either system assigned, or none)
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. |
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
Azure SDK for JavaScript