Module Values.DescribeCertificateResultSource

Displays information about the certificate registered for secure LDAP or client certificate authentication.

Sourcetype nonrec t = {
  1. certificate : Certificate.t option;
    (*

    Information about the certificate, including registered date time, certificate state, the reason for the state, expiration date time, and certificate common name.

    *)
}
Sourcetype nonrec error = [
  1. | `CertificateDoesNotExistException of CertificateDoesNotExistException.t
  2. | `ClientException of ClientException.t
  3. | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t
  4. | `InvalidParameterException of InvalidParameterException.t
  5. | `ServiceException of ServiceException.t
  6. | `UnsupportedOperationException of UnsupportedOperationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?certificate:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `CertificateDoesNotExistException of CertificateDoesNotExistException.t | `ClientException of ClientException.t | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t | `InvalidParameterException of InvalidParameterException.t | `ServiceException of ServiceException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `CertificateDoesNotExistException of CertificateDoesNotExistException.t | `ClientException of ClientException.t | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t | `InvalidParameterException of InvalidParameterException.t | `ServiceException of ServiceException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of CertificateId.t | `Structure of (string * [> `String of OCSPUrl.t ]) list | `Timestamp of CertificateRegisteredDateTime.t ]) 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