KubernetesClusterWebAppRoutingWebAppRoutingIdentity

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

Constructors

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

Link copied to clipboard
val objectId: String? = null

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

Link copied to clipboard

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