Data Object - HostCertificateManagerCertificateInfo(vim.host.CertificateManager.CertificateInfo)

Property of
HostCertificateManager
Returned by
RetrieveCertificateInfoList
Extends
DynamicData
Since
vSphere API 6.0

Data Object Description

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

Properties

Name Type Description
issuer*xsd:string

The issuer of the certificate.
kind*xsd:string

Certificate kind, if unset the certificate is Machine certificate The list of supported values can be found in CertificateKind

Since 8.0.1.0
notAfter*xsd:dateTime


notBefore*xsd:dateTime

The validity of the certificate.
statusxsd:string

The status of the certificate in vCenter Server. The possible values for status are as described in HostCertificateManagerCertificateInfoCertificateStatus. If queried directly from an ESX host, the property is set to vim.host.CertificateManager.CertificateInfo.CertificateStatus#unknown.
subject*xsd:string

The subject of the certificate.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition