Data Object - SAMLAuthenticatorHealthConnectionServerConnectionData

Class
VMware.Hv.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

Properties

Name Type Description
idConnectionServerId

The ID of the connection server.
namexsd:string

The host name of the Connection Server.
statusxsd:string

The health status of the SAML authenticator.
  • This property will be one of:
    Value Description
    "OK"The connection to SAML authenticator is working properly.
    "ERROR"Error occurred when connecting to SAML authenticator.
errorMessagexsd:string

Error message if connection server failed to connect to SAML authenticator
  • This property need not be set.
thumbprintAcceptedxsd:boolean

Whether the thumbprint of the SAML authenticator was accepted.
  • This property need not be set.
certificateHealthCertificateHealthData

The health of the certificate.
  • This property need not be set.
  • This property is required if thumbprintAccepted is set to false.