IdentityServiceConfigArgs

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

IdentityServiceConfig is configuration for Identity Service which allows customers to use external identity providers with the K8S API

Constructors

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

Functions

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

Properties

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

Whether to enable the Identity Service component