Values.KafkaClusterClientAuthenticationDescriptionSourceThe client authentication information used in order to authenticate with the Apache Kafka cluster.
type nonrec t = {authenticationType : KafkaClusterClientAuthenticationType.t option;The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.
*)}