TrueSSOConnectorInfo

TrueSSOConnectorInfo
TrueSSOConnectorInfo

Information about TrueSSO Connector.

JSON Example
{
    "ad_domain_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50",
    "certificate_server_names": [
        "SSOConnector"
    ],
    "description": "TrueSSO Connector",
    "enabled": true,
    "id": "42e47f15-aad0-221a-b231-ea4a3a134ec9",
    "name": "true-sso.example.com",
    "primary_enrollment_server_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50",
    "secondary_enrollment_server_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50",
    "template_name": "TrueSSO Template"
}
string
ad_domain_id
Optional

The AD domain that this connector applies to.

array of string
certificate_server_names
Optional

Specifies the certificate server (common) names to send certificate signing requests to. The enrollment service will round-robin the requests to available certificate servers.

string
description
Optional

Description of this TrueSSO Connector.

boolean
enabled
Optional

Indicates whether or not the TrueSSO Connector is enabled.

string
id
Optional

Unique ID representing this TrueSSO Connector.

string
name
Optional

Name of this TrueSSO Connector.

string
primary_enrollment_server_id
Optional

The primary enrollment server.

string
secondary_enrollment_server_id
Optional

The secondary enrollment server.

string
template_name
Optional

Name of the certificate template to use for this domain.