vCenter Storage Monitoring Service API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - HostCertificateManagerCertificateInfo(vim.host.CertificateManager.CertificateInfo)
- Property of
- HostCertificateManager
- Returned by
- RetrieveCertificateInfoList
- Extends
- DynamicData
- Since
- vSphere API Release 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 vSphere API Release 8.0.1.0 |
notAfter* | xsd:dateTime |
|
notBefore* | xsd:dateTime |
The validity of the certificate.
|
status | xsd: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 |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |