TrueSSOEnrollmentServerInfo

TrueSSOEnrollmentServerInfo
TrueSSOEnrollmentServerInfo

Information about TrueSSO Enrollment Server.

JSON Example
{
    "connector_ids": [
        "42e47f15-aad0-221a-b231-ea4a3a134ec9",
        "d0325b13-2bf1-4fa4-b027-e780004f2d1e"
    ],
    "domains": [
        {
            "certificate_servers": [
                {
                    "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"
                    ]
                }
            ],
            "dns_name": "az.example.com",
            "domain_id": "42e47f15-aad0-221a-b231-ea4a3a134ec9",
            "domain_status": "READY",
            "domain_status_reason": "string",
            "enrollment_certificate_status": "VALID",
            "forest_dns_name": "example.com",
            "replication_status": "OK",
            "replication_status_reason": "string",
            "templates": [
                {
                    "hash_algorithm": "SHA_256",
                    "minimum_key_length": 2048,
                    "template_name": "TrueSsoTemplate",
                    "template_status": "SUPPORTED_OPTIMAL",
                    "template_status_reason": "string",
                    "validity_seconds": 36000000000
                }
            ]
        }
    ],
    "id": "42e47f15-aad0-221a-b231-ea4a3a134ec9",
    "name": "pod07-es1.pod07.example.com",
    "network_address": "pod07-es1.pod07.example.com",
    "status": "ONLINE",
    "version": "1.0"
}
array of string
connector_ids
Optional

TrueSSO connectors, if any, associated with this enrollment server.

domains
Optional

Collection of domain data available to this enrollment server.

string
id
Optional

Unique ID representing this TrueSSO Enrollment Server.

string
name
Optional

Name of this enrollment server.

string
network_address
Optional

DNS name network address of this enrollment server.

string
status
Optional

The status of this enrollment server.

  • ONLINE: The connection to the enrollment server is working properly.
  • OFFLINE: The enrollment server is not responding. An enrollment server with this status cannot be used in connector creation.
Possible values are : ONLINE, OFFLINE,
string
version
Optional

Version number of this enrollment server.