@@ -4,7 +4,9 @@ Keyfactor PAM Provider APIs.
44
55### Synopsis
66
7- A collections of APIs for interacting with Keyfactor PAM Providers and creating new PAM Provider types.
7+ Privileged Access Management (PAM) functionality in Keyfactor Web APIs allows for configuration of third
8+ party PAM providers to secure certificate stores. The PAM component of the Keyfactor API includes methods necessary to
9+ programmatically create, delete, edit, and list PAM Providers.
810
911### Options
1012
@@ -33,9 +35,9 @@ A collections of APIs for interacting with Keyfactor PAM Providers and creating
3335* [ kfutil pam create] ( kfutil_pam_create.md ) - Create a new PAM Provider, currently only supported from file.
3436* [ kfutil pam delete] ( kfutil_pam_delete.md ) - Delete a defined PAM Provider by ID.
3537* [ kfutil pam get] ( kfutil_pam_get.md ) - Get a specific defined PAM Provider by ID.
36- * [ kfutil pam list] ( kfutil_pam_list.md ) - List defined PAM Providers .
37- * [ kfutil pam types-create] ( kfutil_pam_types-create.md ) - Create a new PAM Provider type, currently only supported from file .
38- * [ kfutil pam types-list] ( kfutil_pam_types-list.md ) - List defined PAM Provider types.
39- * [ kfutil pam update] ( kfutil_pam_update.md ) - Update an existing PAM Provider, currently only supported from file.
38+ * [ kfutil pam list] ( kfutil_pam_list.md ) - Returns a list of all the configured PAM providers .
39+ * [ kfutil pam types-create] ( kfutil_pam_types-create.md ) - Creates a new PAM provider type.
40+ * [ kfutil pam types-list] ( kfutil_pam_types-list.md ) - Returns a list of all available PAM provider types.
41+ * [ kfutil pam update] ( kfutil_pam_update.md ) - Updates an existing PAM Provider, currently only supported from file.
4042
4143###### Auto generated by spf13/cobra on 26-Jul-2023
0 commit comments