ClusterIdentityServiceConfigArgs

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

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null)

Properties

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

Whether to enable the Identity Service component. It is disabled by default. Set enabled=true to enable.

Functions

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