Data Object - CryptoManagerKmipCertificateInfo(vim.encryption.CryptoManagerKmip.CertificateInfo)

Property of
CryptoManagerKmipClusterStatus, CryptoManagerKmipServerCertInfo, CryptoManagerKmipServerStatus
Extends
DynamicData
Since
vSphere API 6.5

Data Object Description

Basic information of a certificate.

Properties

Name Type Description
checkTimexsd:dateTime

The timestamp when the state of the certificate is checked.
fingerprintxsd:string

The SSL SHA1 fingerprint of the certificate.
issuerxsd:string

Issuer identifies the party that issued this certificate.
notAfterxsd:dateTime

The ending time of the period of validity.
notBeforexsd:dateTime

The beginning time of the period of validity.
secondsBeforeExpire*xsd:int

Total seconds before this certificate expires. It is the time difference between "notAfter" and "now". If it is negative value, that means the certificate has already expired.
secondsSinceValid*xsd:int

Total seconds since this certificate has entered valid state. It is the time difference between "now" and "notBefore". If it is negative value, that means the certificate will become valid in a future time.
serialNumberxsd:string

The unique serial number of the certificate given by issuer.
subjectxsd:string

Subject identifies whom the certificate is issued to.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition