DataFlowEndpointAuthenticationSaslResponse

data class DataFlowEndpointAuthenticationSaslResponse(val saslType: String, val tokenSecretRef: String)

DataFlowEndpoint Authentication Sasl properties

Constructors

constructor(saslType: String, tokenSecretRef: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Token secret name.