ClusterClientAuthenticationArgs

data class ClusterClientAuthenticationArgs(val sasl: Output<ClusterSaslArgs>? = null, val tls: Output<ClusterTlsArgs>? = null, val unauthenticated: Output<ClusterUnauthenticatedArgs>? = null) : ConvertibleToJava<ClusterClientAuthenticationArgs>

Constructors

Link copied to clipboard
constructor(sasl: Output<ClusterSaslArgs>? = null, tls: Output<ClusterTlsArgs>? = null, unauthenticated: Output<ClusterUnauthenticatedArgs>? = null)

Properties

Link copied to clipboard
val sasl: Output<ClusterSaslArgs>? = null
Link copied to clipboard
val tls: Output<ClusterTlsArgs>? = null
Link copied to clipboard

Functions

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