Name
|
Type
|
Description
|
displayName | xsd:string |
Human readable display name for this connector. It must be unique among
all other connectors.
-
This property has a maximum length of 64 characters.
|
description | xsd:string |
Description of this connector.
- This property need not be set.
-
This property has a maximum length of 1024 characters.
|
enabled | xsd:boolean |
Whether or not the connector is enabled.
-
This property has a default value of
true.
|
primaryEnrollmentServer | CertificateSSOEnrollmentServerId |
The primary enrollment server.
|
secondaryEnrollmentServer | CertificateSSOEnrollmentServerId |
The secondary enrollment server if the primary isn't available. This
cannot be the same as the primary.
- This property need not be set.
|
domain | ADDomainId |
The AD domain 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.
- This property cannot be updated.
|
templateName | xsd:string |
Name of the certificate template to use for this domain. This template
must be accessible to all enrollment servers configured on this
connector.
|
certificateServerNames | xsd:string[] |
Specifies the certificate server (common) names to send certificate
signing requests to. The enrollment service will round-robin the
requests to available certificate servers.
- This property is an unordered array of unique values.
|