HostCertificateManagerCertificateInfo

HostCertificateManagerCertificateInfo
HostCertificateManagerCertificateInfo

This data object is used to encapsulate the X509 certificate metadata.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "kind": "string",
    "issuer": "string",
    "notBefore": "string",
    "notAfter": "string",
    "subject": "string",
    "status": "string"
}
string
kind
Optional

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

string
issuer
Optional

The issuer of the certificate.

string As date-time As date-time
notBefore
Optional

The validity of the certificate.

string As date-time As date-time
notAfter
Optional

notAfter

string
subject
Optional

The subject of the certificate.

string
status
Required

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.