KubernetesClusterKubeletIdentity

data class KubernetesClusterKubeletIdentity(val clientId: String? = null, val objectId: String? = null, val userAssignedIdentityId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

The Client ID of the user-defined Managed Identity to be assigned to the Kubelets. If not specified a Managed Identity is created automatically. Changing this forces a new resource to be created.

Link copied to clipboard
val objectId: String? = null

The Object ID of the user-defined Managed Identity assigned to the Kubelets.If not specified a Managed Identity is created automatically. Changing this forces a new resource to be created.

Link copied to clipboard

The ID of the User Assigned Identity assigned to the Kubelets. If not specified a Managed Identity is created automatically. Changing this forces a new resource to be created.