Security Roles
Security Roles
The Security Roles component of the Keyfactor API 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 roles. The permissions set with these methods are used to control access to all aspects of Keyfactor Command.
Table 467: Security Roles Endpoints
Endpoint | Method | Description | Link |
---|---|---|---|
/{id} | DELETE | Deletes the security role with the specified ID. | DELETE Security Roles ID |
/{id} | GET | Returns details for the security role with the specified ID, including permissions granted to the role and security identities assigned the role. | GET Security Roles ID |
/{id}/Identities | GET | Returns the security identities assigned to the security role with the specified ID. | GET Security Roles ID Identities |
/{id}/Identities | PUT | Updates the security identities assigned to the security role with the specified ID. | PUT Security Roles ID Identities |
/ | GET | Returns all security roles with filtering and output options. | GET Security Roles |
/ | POST | Adds a new security role. | POST Security Roles |
/ | PUT | Updates the security role with the specified ID. | PUT Security Roles |
/{id}/Copy | POST | Adds a new security role by copying the existing security role with the specified ID. | POST Security Roles ID Copy |