PAM Providers
PAM Providers
Privileged Access Management (PAM) functionality in Keyfactor Web APIs allows for configuration of third party PAM providers to secure certificate stores. In the current release, both CyberArk and Delinea (formerly Thycotic) are supported. The PAM 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 programmatically create, delete, edit, and list PAM Providers.
Table 394: PamProviders Endpoints
Endpoint | Method | Description | Link |
---|---|---|---|
/{id} | DELETE | Deletes a PAM provider. | DELETE PAM Providers ID |
/{id} | GET | Returns information for the specified PAM provider. | GET PAM Providers ID |
/Types | GET | Returns a list of all available PAM provider types. | GET PAM Providers Types |
/Types | POST | Creates a new PAM provider type. | POST PAM Providers Types |
/ | GET | Returns a list of all the configured PAM providers. | GET PAM Providers |
/ | POST | Creates a new PAM provider. | POST PAM Providers |
/ | PUT | Updates a PAM provider. | PUT PAM Providers |