ManagedClusterPodIdentityProfileArgs

data class ManagedClusterPodIdentityProfileArgs(val allowNetworkPluginKubenet: Output<Boolean>? = null, val enabled: Output<Boolean>? = null, val userAssignedIdentities: Output<List<ManagedClusterPodIdentityArgs>>? = null, val userAssignedIdentityExceptions: Output<List<ManagedClusterPodIdentityExceptionArgs>>? = null) : ConvertibleToJava<ManagedClusterPodIdentityProfileArgs>

Constructors

Link copied to clipboard
constructor(allowNetworkPluginKubenet: Output<Boolean>? = null, enabled: Output<Boolean>? = null, userAssignedIdentities: Output<List<ManagedClusterPodIdentityArgs>>? = null, userAssignedIdentityExceptions: Output<List<ManagedClusterPodIdentityExceptionArgs>>? = null)

Properties

Link copied to clipboard
val allowNetworkPluginKubenet: Output<Boolean>? = null

Customer consent for enabling AAD pod identity addon in cluster using Kubenet network plugin.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether the pod identity addon is enabled.

Link copied to clipboard

User assigned pod identity settings.

Link copied to clipboard

User assigned pod identity exception settings.

Functions

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