ClusterClientAuthenticationSasl

data class ClusterClientAuthenticationSasl(val iam: Boolean? = null, val scram: Boolean? = null)

Constructors

Link copied to clipboard
fun ClusterClientAuthenticationSasl(iam: Boolean? = null, scram: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val iam: Boolean? = null

Enables SASL/IAM authentication for VPC connectivity.

Link copied to clipboard
val scram: Boolean? = null

Enables SASL/SCRAM authentication for VPC connectivity.