Values.TlsAuthConfigurationSourceThe mutual TLS authentication configuration for an ingress endpoint.
type nonrec t = {trustStore : TrustStore.t option;The trust store configuration for mutual TLS authentication.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of CAContent.t ]) list ])
list ]