Data Object - GatewayCertificateInfo

Class
VMware.Hv.GatewayCertificateInfo
Returned by
GlobalSettings_ListGatewayCertificates
Since
Horizon 8.6

Data Object Description

Gateway certificate information

Data Object Properties

Properties

Name Type Description
certificateNamexsd:string

Certificate identifier in the system.
commonNamexsd:string

Distinguished name of the entity that is associated with the public key. Represented by subject field of the X509 certificate.
issuerxsd:string

Issuer of the certificate. Represented by issuer field of the X509 certificate.
expiryDatexsd:dateTime

Time after which the certificate is no longer considered valid. Represented by Not Valid After field of the X509 certificate.
serialNumxsd:string

Unique serial number issued by the certificate authority. Represented by Serial Number field of the X509 certificate.