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
fun ManagedClusterPodIdentityProfileArgs(allowNetworkPluginKubenet: Output<Boolean>? = null, enabled: Output<Boolean>? = null, userAssignedIdentities: Output<List<ManagedClusterPodIdentityArgs>>? = null, userAssignedIdentityExceptions: Output<List<ManagedClusterPodIdentityExceptionArgs>>? = null)

Functions

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

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.