Values.MutualAuthenticationAttributesSourceInformation about the mutual authentication attributes of a listener.
type nonrec t = {mode : Mode.t option;The client certificate handling method. Options are off, passthrough or verify. The default value is off.
*)trustStoreArn : TrustStoreArn.t option;The Amazon Resource Name (ARN) of the trust store.
*)ignoreClientCertificateExpiry : IgnoreClientCertificateExpiry.t option;Indicates whether expired client certificates are ignored.
*)trustStoreAssociationStatus : TrustStoreAssociationStatusEnum.t option;Indicates a shared trust stores association status.
*)advertiseTrustStoreCaNames : AdvertiseTrustStoreCaNamesEnum.t option;Indicates whether trust store CA certificate names are advertised.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IgnoreClientCertificateExpiry.t
| `Enum of string
| `String of Mode.t ])
list ]