SystemAssignedServiceIdentityResponse

data class SystemAssignedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String)

Managed service identity (either system assigned, or none)

Constructors

Link copied to clipboard
constructor(principalId: String, tenantId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

Link copied to clipboard

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

Link copied to clipboard

Type of managed service identity (either system assigned, or none).