TrueSSOConnectorCreateSpec

TrueSSOConnectorCreateSpec
TrueSSOConnectorCreateSpec

TrueSSO Connector object to be created.

JSON Example
{
    "ad_domain_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50",
    "certificate_server_names": [
        "SSOConnector"
    ],
    "description": "TrueSSO Connector",
    "enabled": true,
    "name": "true-sso.example.com",
    "primary_enrollment_server_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50",
    "secondary_enrollment_server_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed59",
    "template_name": "TrueSSO Template"
}
string
ad_domain_id
Required

The AD domain id that this connector applies to. This domain must be unique among all connectors. This domain must be accessible to all enrollment servers configured on this connector. This cannot be changed once created.

array of string
certificate_server_names
Required

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 connector is enabled. Default value is TRUE.

string
name
Required

Name of this TrueSSO Connector.

string
primary_enrollment_server_id
Required

The primary enrollment server id.

string
secondary_enrollment_server_id
Optional

The secondary enrollment server id. This cannot be the same as the primary.

string
template_name
Required

Name of the certificate template to use for this domain. This template must be accessible to all enrollment servers configured on this connector.