DigitalTwinsIdentityResponse

data class DigitalTwinsIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null)

The managed identity for the DigitalTwinsInstance.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) identity

Link copied to clipboard

The tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit) identity

Link copied to clipboard
val type: String? = null

The type of Managed Identity used by the DigitalTwinsInstance. Only SystemAssigned is supported.