DataflowEndpointAuthenticationSaslArgs

data class DataflowEndpointAuthenticationSaslArgs(val saslType: Output<Either<String, DataflowEndpointAuthenticationSaslType>>, val secretRef: Output<String>) : ConvertibleToJava<DataflowEndpointAuthenticationSaslArgs>

DataflowEndpoint Authentication Sasl properties

Constructors

Link copied to clipboard
constructor(saslType: Output<Either<String, DataflowEndpointAuthenticationSaslType>>, secretRef: Output<String>)

Properties

Link copied to clipboard

Type of SASL authentication. Can be PLAIN, SCRAM-SHA-256, or SCRAM-SHA-512.

Link copied to clipboard
val secretRef: Output<String>

Token secret name.

Functions

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