TrueSSOConnectorUpdateSpec

TrueSSOConnectorUpdateSpec
TrueSSOConnectorUpdateSpec

TrueSSO Connector object to be updated.

JSON Example
{
    "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"
}
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
Required

Indicates whether or not the connector is enabled.

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.