ManagedClusterPodIdentityExceptionArgs

data class ManagedClusterPodIdentityExceptionArgs(val name: Output<String>, val namespace: Output<String>, val podLabels: Output<Map<String, String>>) : ConvertibleToJava<ManagedClusterPodIdentityExceptionArgs>

See disable AAD Pod Identity for a specific Pod/Application for more details.

Constructors

Link copied to clipboard
constructor(name: Output<String>, namespace: Output<String>, podLabels: Output<Map<String, String>>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the pod identity exception.

Link copied to clipboard
val namespace: Output<String>

The namespace of the pod identity exception.

Link copied to clipboard
val podLabels: Output<Map<String, String>>

The pod labels to match.

Functions

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