SAMLAuthenticatorMonitorConnectionServerV2

SAMLAuthenticatorMonitorConnectionServerV2
SAMLAuthenticatorMonitorConnectionServerV2

Information about the SAML authenticator connection from a connection server.

JSON Example
{
    "id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
    "last_updated_timestamp": 1582029025748,
    "name": "cs1.example.com",
    "status": "OK",
    "thumbprint_accepted": false
}
string
id
Optional

Unique ID of the Connection Server.

integer As int64 As int64
last_updated_timestamp
Optional

The timestamp in milliseconds when the last update was obtained. Measured as epoch time.

string
name
Optional

Connection server host name or IP address.

string
status
Optional

Status of the SAML authenticator with respect to this Connection Server.

  • 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.
Possible values are : OK, ERROR, WARN, UNKNOWN,
boolean
thumbprint_accepted
Optional

Indicates if the thumbprint of the SAML authenticator was accepted.