
com.pulumi.azurenative.containerservice.kotlin.inputs.ManagedClusterPodIdentityExceptionArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.containerservice.kotlin.inputs
import com.pulumi.azurenative.containerservice.inputs.ManagedClusterPodIdentityExceptionArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* See [disable AAD Pod Identity for a specific Pod/Application](https://azure.github.io/aad-pod-identity/docs/configure/application_exception/) for more details.
* @property name The name of the pod identity exception.
* @property namespace The namespace of the pod identity exception.
* @property podLabels The pod labels to match.
*/
public data class ManagedClusterPodIdentityExceptionArgs(
public val name: Output,
public val namespace: Output,
public val podLabels: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy