ProvisionedClusterIdentityResponse

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

Identity for the Provisioned cluster.

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 principal id of provisioned cluster identity. This property will only be provided for a system assigned identity.

Link copied to clipboard

The tenant id associated with the provisioned cluster. This property will only be provided for a system assigned identity.

Link copied to clipboard

The type of identity used for the provisioned cluster. The type SystemAssigned, includes a system created identity. The type None means no identity is assigned to the provisioned cluster.