Security Claims
The Security Roles 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, add, update, and delete security claims which are used to control user access to all aspects of Keyfactor Command.
Table 677: Security Claims Endpoints
Endpoint | Method | Description | Link |
---|---|---|---|
/{id} | GET | Returns details for the security claim with the specified ID, including permissions granted to the role and claims assigned the role. | GET Security Claims ID |
/ | GET | Returns all security claims with filtering and output options. | GET Security Claims |
/ | POST | Adds a new security claim. | POST Security Claims |
/ | PUT | Updates the security claim with the specified ID. | PUT Security Claims |
/{id} | DELETE | Deletes the security claim with the specified ID. | DELETE Security Claims ID |
/Roles | GET | Returns the security claim assigned to the security claim identified by the selected parameters. | GET Security Claims Roles |
Was this page helpful? Provide Feedback