Data Object - CertificateData

Class
VMware.Hv.CertificateData
Returned by
Certificate_Validate
See also
CertificateThumbprint
Since
Horizon View 6.0

Data Object Description

Details corresponding to a server certificate.

Data Object Properties

Properties

Name Type Description
thumbprintCertificateThumbprint

Certificate thumbprint and corresponding algorithm.
  • This property need not be set.
certificatexsd:string

The certificate in a string form.
  • This property need not be set.
invalidReasonsxsd:string[]

The reason(s) why the certificate could not be validated.
  • This property will be one of:
    Value Description
    "EXPIRED"Denotes an expired certificate.
    "INVALID_USAGE"Denotes an invalid usage of a certificate.
    "NAME_MISMATCH"Denotes a name mismatch with the name in the certificate.
    "NOT_TRUSTED"Denotes that the certificate is not trusted.
    "NOT_YET_VALID"Denotes that the certificate is not yet trusted.
    "REVOKED"Denotes that the certificate has been revoked.
    "CANT_CHECK_REVOKED"Denotes that the server is unable to check whether the certificate has been revoked.
    "OTHER"Denotes that the certificate has been considered invalid for a reason other than one listed above.