AppSetting
The AppSetting component of the Keyfactor API An API is a set of functions to allow creation of applications. Keyfactor offers the Keyfactor API, which allows third-party software to integrate with the advanced certificate enrollment and management features of Keyfactor Command. includes methods necessary to list and update application settings that control the behavior of Keyfactor Command features. For a complete list of available application settings, see Application Settings in the Keyfactor Command Reference Guide.
Table 260: AppSetting Endpoints
Endpoint | Method | Description | Link |
---|---|---|---|
/ | GET | Returns details for all the application settings. | GET AppSetting |
/ | PUT | Updates values configured for multiple application settings in a single command. | PUT AppSetting |
/{id} | GET | Returns details for a single application setting. | GET AppSetting ID |
/{id}/Set | PUT | Updates the value configured for an application setting based on its reference ID. | PUT AppSetting ID Set |
/{name}/Set | PUT | Updates the value configured for an application setting based on its reference name. | PUT AppSetting Name Set |
Was this page helpful? Provide Feedback