Data Flow Endpoint Authentication Sasl Args
data class DataFlowEndpointAuthenticationSaslArgs(val saslType: Output<Either<String, DataFlowEndpointAuthenticationSaslType>>, val tokenSecretRef: Output<String>) : ConvertibleToJava<DataFlowEndpointAuthenticationSaslArgs>
DataFlowEndpoint Authentication Sasl properties
Constructors
Link copied to clipboard
constructor(saslType: Output<Either<String, DataFlowEndpointAuthenticationSaslType>>, tokenSecretRef: Output<String>)