KafkaRemoteBrokerAuthenticationTypesResponse

Kafka RemoteBrokerConnection Authentication types. NOTE - Enum only one method is allowed to be passed.

Constructors

constructor(sasl: SaslRemoteBrokerBasicAuthenticationResponse? = null, systemAssignedManagedIdentity: ManagedIdentityAuthenticationResponse? = null, x509: KafkaX509AuthenticationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sasl remote broker authentication method.

Link copied to clipboard

Managed identity remote broker authentication method.

Link copied to clipboard

X509 remote broker authentication method.