KubernetesClusterWebAppRoutingWebAppRoutingIdentityArgs

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

Constructors

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 used for Web App Routing.

Link copied to clipboard
val objectId: Output<String>? = null

The Object ID of the user-defined Managed Identity used for Web App Routing

Link copied to clipboard
val userAssignedIdentityId: Output<String>? = null

The ID of the User Assigned Identity used for Web App Routing.

Functions

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