Dataflow Endpoint Authentication Sasl Args
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>)