ClusterClientAuthentication

data class ClusterClientAuthentication(val sasl: ClusterSasl? = null, val tls: ClusterTls? = null, val unauthenticated: ClusterUnauthenticated? = null)

Constructors

Link copied to clipboard
constructor(sasl: ClusterSasl? = null, tls: ClusterTls? = null, unauthenticated: ClusterUnauthenticated? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val sasl: ClusterSasl? = null
Link copied to clipboard
val tls: ClusterTls? = null
Link copied to clipboard