Module Values.VirtualGatewayTlsValidationContextSource

An object that represents a Transport Layer Security (TLS) validation context.

Sourcetype nonrec t = {
  1. subjectAlternativeNames : SubjectAlternativeNames.t option;
    (*

    A reference to an object that represents the SANs for a virtual gateway's listener's Transport Layer Security (TLS) validation context.

    *)
  2. trust : VirtualGatewayTlsValidationContextTrust.t;
    (*

    A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.

    *)
}
Sourceval context_ : string
Sourceval make : ?subjectAlternativeNames:??? -> trust:VirtualGatewayTlsValidationContextTrust.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of SubjectAlternativeName.t ] list | `String of FilePath.t ]) list ]) list ]) 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