Kafka Remote Broker Authentication Properties Response
    data class KafkaRemoteBrokerAuthenticationPropertiesResponse(val authType: KafkaRemoteBrokerAuthenticationTypesResponse? = null, val enabled: Boolean)
Kafka RemoteBrokerConnection Authentication methods
Constructors
Link copied to clipboard
                fun KafkaRemoteBrokerAuthenticationPropertiesResponse(authType: KafkaRemoteBrokerAuthenticationTypesResponse? = null, enabled: Boolean)