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