Values.DescribeCertificateResultSourceDisplays information about the certificate registered for secure LDAP or client certificate authentication.
type nonrec t = {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.
*)}type nonrec error = [ | `CertificateDoesNotExistException of CertificateDoesNotExistException.t| `ClientException of ClientException.t| `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t| `InvalidParameterException of InvalidParameterException.t| `ServiceException of ServiceException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]