For the complete documentation index, see llms.txt. This page is also available as Markdown.

CyberArk PAM

Connection Requirements

1 - IP

IP address of the CyberArk PAM server.

2 - Port

Port number (optional, default: 443).

3 - Is Secure

Choose this if your connection is going to be over HTTPS (optional, default: True).

4 - Username

The username of the account used to connect to CyberArk PAM. Make sure this account has Audit users permission in the Vault.

5 - Password

The password of the provided username.

6 - Proxy

Proxy address for connecting to CyberArk PAM (optional).

7 - Thread Count

This adapter works in a multi-threaded manner. This field represents the number of parallel threads that is going to be constructed for sending API requests (default: 32, min: 1, max: 32).

8 - Sleep Time

Delay in seconds between thread batches (default: 0). Increase if encountering rate limit errors.

9 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

Last updated