Module Values.KafkaClusterClientAuthenticationDescriptionSource

The client authentication information used in order to authenticate with the Apache Kafka cluster.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval make : ?authenticationType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t