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. NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Type of managed service identity (either system assigned, or none). |
Property Details
principalId
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
type
Type of managed service identity (either system assigned, or none).
type: string
Property Value
string