ClusterClientAuthenticationArgs

data class ClusterClientAuthenticationArgs(val sasl: Output<ClusterClientAuthenticationSaslArgs>? = null, val tls: Output<ClusterClientAuthenticationTlsArgs>? = null, val unauthenticated: Output<Boolean>? = null) : ConvertibleToJava<ClusterClientAuthenticationArgs>

Constructors

Link copied to clipboard
constructor(sasl: Output<ClusterClientAuthenticationSaslArgs>? = null, tls: Output<ClusterClientAuthenticationTlsArgs>? = null, unauthenticated: Output<Boolean>? = null)

Properties

Link copied to clipboard

Configuration block for specifying SASL client authentication. See below.

Link copied to clipboard

Configuration block for specifying TLS client authentication. See below.

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

Enables unauthenticated access.

Functions

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