Skip to content

Data Object - SAMLAuthenticatorHealthConnectionServerConnectionData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.health.SAMLAuthenticatorHealth.ConnectionServerConnectionData

Property of

SAMLAuthenticatorHealthInfo

See also

CertificateHealthData, ConnectionServerId

Since

Horizon View 6.0

Data Object Description

Health information for a specific connection server's connection to the SAML authenticator.

Data Object Properties

Name Type Description
id ConnectionServerId The ID of the connection server.
name xsd:string The host name of the Connection Server.
status xsd:string The health status of the SAML authenticator.
* This property will be one of:
ValueDescription
"OK"The connection to SAML authenticator is working properly.
"ERROR"Error occurred when connecting to SAML authenticator.
"WARN"The connection to SAML authenticator has minor issues.
"UNKNOWN"State of SAML authenticator is unknown.
errorMessage xsd:string Error message if connection server failed to connect to SAML authenticator 1
thumbprintAccepted xsd:boolean Whether the thumbprint of the SAML authenticator was accepted. 1
certificateHealth CertificateHealthData The health of the certificate. 1 3
refId xsd:string Reference ID of the connection server. Since Horizon 7.10 1
lastUpdatedTimestamp xsd:long The timestamp in milliseconds when the last update was obtained. Measured as epoch time. Since Horizon 7.12 1 2

  1. This property need not be set. 

  2. This property cannot be updated. 

  3. This property is required if thumbprintAccepted is set to false.