Security
The Security 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, and delete security identities and their permissions which are used to control access to aspects of Keyfactor Command.
Table 564: Security Endpoints
Endpoint | Method | Description | Link |
---|---|---|---|
/Identities | POST | Adds a new security identity into Keyfactor Command. | POST Security Identities |
/Identities | GET | Returns all security identities with with sorting and filter options. | GET Security Identities |
/Identities/Lookup | GET | Validates that the identity with the specified name exists. | GET Security Identities Lookup |
/Identities/{id} | DELETE | Deletes the security identity with the specified ID. | DELETE Security Identities ID |
/Identities/{id} | GET | Returns permission details for the security identity with the specified ID. | GET Security Identities ID |
/Containers/{id}/Roles | GET | Returns permission details for the certificate store container with the specified ID. | GET Security Containers ID Roles |
/Containers/{id}/Roles | POST | Sets the permissions of the certificate store container with the specified ID. | POST Security Containers ID Roles |
/Audit/Collections/{id} | GET | Returns permission details for the certificate collection with the specified ID. | GET Security Audit Collections ID |
/My | GET | Returns permission details for the current user, including certificate collections and certificate store containers. | GET Security My |