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:
Value
|
Description
|
"OK" | The connection to SAML authenticator is working properly. |
"ERROR" | Error occurred when connecting to SAML authenticator. |
|
errorMessage | xsd:string |
Error message if connection server failed to connect to SAML
authenticator
- This property need not be set.
|
thumbprintAccepted | xsd:boolean |
Whether the thumbprint of the SAML authenticator was accepted.
- This property need not be set.
|
certificateHealth | CertificateHealthData |
The health of the certificate.
- This property need not be set.
-
This property is required if
thumbprintAccepted is set to
false.
|