GET Enrollment Settings ID

The GET /EnrollmentClosed Certificate enrollment refers to the process by which a user requests a digital certificate. The user must submit the request to a certificate authority (CA)./Settings/{id} operation returns the templateClosed A certificate template defines the policies and rules that a CA uses when a request for a certificate is received. settings for enrollment for a given template, based on both template-specific and system-wide settings. On success, the operation returns HTTP 200 OK with  details of the template regular expressions, defaults, and policy. If there is a template-specific setting, the template-specific setting will be shown in the response. If there is not a template-specific setting, the global settings will be shown in the response.

Important:  This operation has been deprecated. It is retained for backwards compatibility, but all new development should use the GET Enrollment Patterns ID Settings operation.
Tip:  The following permissions (see Security Roles and Claims) are required to use this feature:

/certificate_templates/read/

Table 493: GET Enrollment Settings {id} Input Parameters

Name Description
id

An integer indicating the Keyfactor Command reference ID for the certificate template.

Use the GET Templates operation to retrieve a list of all the templates to determine the template ID.

Table 494: GET Enrollment Settings {id} Response Data

Name Description
Template Regexes

An array of objects containing the regular expressions resolved for the template. ClosedShow regular expression details.

Template Defaults

An array of objects containing the template defaults resolved for the template. Template-level defaults, if defined, take precedence over global-level template defaults. For more information about global-level template defaults, see GET Templates Settings. ClosedShow template default details.

Template Policy

An object containing the template policy settings. ClosedShow template policy details.