ManagedClusterSecurityProfileWorkloadIdentityArgs

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

Workload identity settings for the security profile.

Constructors

constructor(enabled: Output<Boolean>? = null)

Properties

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

Whether to enable workload identity.

Functions

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