KubernetesClusterKubeletIdentityArgs

data class KubernetesClusterKubeletIdentityArgs(val clientId: Output<String>? = null, val objectId: Output<String>? = null, val userAssignedIdentityId: Output<String>? = null) : ConvertibleToJava<KubernetesClusterKubeletIdentityArgs>

Constructors

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

Properties

Link copied to clipboard
val clientId: Output<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: Output<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
val userAssignedIdentityId: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): KubernetesClusterKubeletIdentityArgs