TrueSSOCertificateServerInfo

TrueSSOCertificateServerInfo
TrueSSOCertificateServerInfo

Certificate server data available to this domain.

JSON Example
{
    "certificate_server_name": "pod07-POD07-CA1-CA",
    "certificate_server_network_address": "POD07-CA1.pod07.example.com",
    "certificate_status": "VALID",
    "connection_status": "CONNECTED",
    "connection_status_reason": "string",
    "template_names": [
        "TrueSso2",
        "TrueSso1",
        "TrueSsoTemplate"
    ]
}
string
certificate_server_name
Optional

Unique (common) name of this certificate server.

string
certificate_server_network_address
Optional

DNS name network address of this certificate server.

string
certificate_status
Optional

The status of the certificate server's certificate.

  • VALID: The certificate is valid.
  • NOT_YET_VALID: The certificate is not yet valid.
  • UNKNOWN: The certificate status is unknown. A certificate server with a certificate with this status cannot be used in connector creation.
  • INVALID: The certificate is corrupt or unable to be used. A certificate server with a certificate with this status cannot be used in connector creation.
  • EXPIRED: The certificate has expired. A certificate server with a certificate with this status cannot be used in connector creation.
  • NOT_TRUSTED: The certificate is not in the NTAuth (Enterprise) store. A certificate server with a certificate with this status cannot be used in connector creation.
Possible values are : VALID, NOT_YET_VALID, UNKNOWN, INVALID, EXPIRED, NOT_TRUSTED,
string
connection_status
Optional

The status of the enrollment server's connection to the certificate server.

  • CONNECTED: The enrollment server is connected to the certificate server.
  • CONNECTED_DEGRADED: The enrollment server has connected to the certificate server, but the certificate server is in a degraded state. Either the database is loading and it can't yet issue certificates (for up to 20 seconds) OR the last request took an excessive time to complete (more than 1000 milliseconds).
  • SERVICE_UNAVAILABLE: The enrollment server can connect to the certificate server, but the service is unavailable. A certificate server with a service in this status cannot be used in connector creation.
  • DISCONNECTED: The enrollment server is not connected to the certificate server.
Possible values are : CONNECTED, CONNECTED_DEGRADED, SERVICE_UNAVAILABLE, DISCONNECTED,
string
connection_status_reason
Optional

Additional non-localized explanation of the connection status.

array of string
template_names
Optional

Collection of certificate template names available to this certificate server.