KubernetesClusterWebAppRoutingWebAppRoutingIdentityArgs

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

Constructors

fun KubernetesClusterWebAppRoutingWebAppRoutingIdentityArgs(clientId: Output<String>? = null, objectId: Output<String>? = null, userAssignedIdentityId: Output<String>? = null)

Functions

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

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.