Kafka Remote Broker Authentication Types Response
data class KafkaRemoteBrokerAuthenticationTypesResponse(val sasl: SaslRemoteBrokerBasicAuthenticationResponse? = null, val systemAssignedManagedIdentity: ManagedIdentityAuthenticationResponse? = null, val x509: KafkaX509AuthenticationResponse? = null)
Kafka RemoteBrokerConnection Authentication types. NOTE - Enum only one method is allowed to be passed.
Constructors
Link copied to clipboard
constructor(sasl: SaslRemoteBrokerBasicAuthenticationResponse? = null, systemAssignedManagedIdentity: ManagedIdentityAuthenticationResponse? = null, x509: KafkaX509AuthenticationResponse? = null)