Data Object - GatewayCertificateInfo
Java Class
com.omnissa.vdi.vlsi.binding.vdi.infrastructure.GlobalSettings.GatewayCertificateInfo
Returned by
Since
Horizon 8.6
Data Object Description¶
Gateway certificate information
Data Object Properties¶
Name | Type | Description |
---|---|---|
certificateName | xsd:string | Certificate identifier in the system. |
commonName | xsd:string | Distinguished name of the entity that is associated with the public key. Represented by subject field of the X509 certificate. |
issuer | xsd:string | Issuer of the certificate. Represented by issuer field of the X509 certificate. |
expiryDate | xsd:dateTime | Time after which the certificate is no longer considered valid. Represented by Not Valid After field of the X509 certificate. |
serialNum | xsd:string | Unique serial number issued by the certificate authority. Represented by Serial Number field of the X509 certificate. |