HostCertificateManagerCertificateInfo
This data object is used to encapsulate the X509 certificate metadata.
{
"_typeName": "string",
"kind": "string",
"issuer": "string",
"notBefore": "string",
"notAfter": "string",
"subject": "string",
"status": "string"
}
Certificate kind, if unset the certificate is Machine certificate The list of supported values can be found in HostCertificateManagerCertificateKindEnum
Since: vSphere API Release 8.0.1.0
The issuer of the certificate.
The validity of the certificate.
notAfter
The subject of the certificate.
The status of the certificate in vCenter Server.
The possible values for status are as described in HostCertificateManagerCertificateInfoCertificateStatusEnum. If queried directly from an ESX host, the property is set to unknown.