Cluster Client Authentication Args
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)