ConnectedClusterIdentityResponse

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

Identity for the connected 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 connected cluster identity. This property will only be provided for a system assigned identity.

Link copied to clipboard

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

Link copied to clipboard

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