Data Object - CertificateHealthData
Java Class
com.omnissa.vdi.vlsi.binding.vdi.health.CertificateHealthData
Property of
ConnectionServerHealthInfo, SAMLAuthenticatorHealthConnectionServerConnectionData, SecurityServerHealthInfo, ViewComposerHealthConnectionServerConnectionData, VirtualCenterHealthConnectionServerConnectionData
Since
Horizon View 6.0
Data Object Description¶
Health data about a server's certificate.
Data Object Properties¶
Name | Type | Description |
---|---|---|
valid | xsd:boolean | Is the certificate valid? 1 |
startTime | xsd:dateTime | When is certificate valid from? 1 |
expirationTime | xsd:dateTime | When the certificate expires. 1 |
invalidReason | xsd:string | If the certificate is not valid, the reason why. 1 |
connectionServerCertificate | xsd:string | Connection server certificate in PEM format. Since Horizon 7.2 1 |
ignoreSecureGatewayCertStatus | xsd:boolean | If true, indicates that the certificate health of the Secure Gateway instances should be ignored when showing the overall health status of a security server or connection server. Since Horizon 7.10 1 |