ManagedClusterSecurityProfileWorkloadIdentityArgs

data class ManagedClusterSecurityProfileWorkloadIdentityArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<ManagedClusterSecurityProfileWorkloadIdentityArgs>

Workload identity settings for the security profile.

Constructors

Functions

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

Properties

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

Whether to enable workload identity.