ManagedClusterPodIdentityExceptionResponse

data class ManagedClusterPodIdentityExceptionResponse(val name: String, val namespace: String, val podLabels: Map<String, String>)

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

Constructors

constructor(name: String, namespace: String, podLabels: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the pod identity exception.

Link copied to clipboard

The namespace of the pod identity exception.

Link copied to clipboard

The pod labels to match.