CertificateInfo Data Type

Properties
Name Type Description
expiryDate string Date/time when the certificate will expire.
alias string Alias of Certificate.
subject string Certificate's Subject Name.(Distinguished Name)
altNames string List of Alternative Names of the certificate
serialNumber string Serial Number of the certificate

Example

{
  "expiryDate" : "2027-01-01T00:00:01Z",
  "alias" : "directory.ldap.enablessl.x.yes.sslcertificate_alias:1",
  "subject" : "CN=ABC Enterprise Root CA,DC=abc,DC=abc,DC=abcnet,DC=abc,DC=net",
  "altNames" : "",
  "serialNumber" : "4d3f87sdf78"
}