GetKubernetesClusterKubeletIdentity

data class GetKubernetesClusterKubeletIdentity(val clientId: String, val objectId: String, val userAssignedIdentityId: String)

Constructors

Link copied to clipboard
constructor(clientId: String, objectId: String, userAssignedIdentityId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Client ID of the user-defined Managed Identity assigned to the Kubelets.

Link copied to clipboard

The Object ID of the user-defined Managed Identity assigned to the Kubelets.

Link copied to clipboard

The ID of the User Assigned Identity assigned to the Kubelets.