Module Values.ClientCertAuthSettingsSource

Contains information about the client certificate authentication settings for the RegisterCertificate and DescribeCertificate operations.

Sourcetype nonrec t = {
  1. oCSPUrl : OCSPUrl.t option;
    (*

    Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.

    *)
}
Sourceval make : ?oCSPUrl:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OCSPUrl.t ]) 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