Help Centre › Credentials & Connections
This article describes the RPA Vault functionality to list all credentials.
For a full list of available functions, please read VAULT functions.
Description
The List credentials function retrieves a list of all credential names stored in the vault. Only the names are returned, not the actual credential values.
Setting it up
To use the List credentials function, follow these instructions:
{{popups:rpas/add:action=vault-list}}
Once on a process map:
- Navigate to the process where you would like to add the List credentials function
- Click on the green button’s drop-down (right side of the green button labelled “Process”)
- On the menu that appears, click on the “+ Activity” item
- From here you can select the VAULT List credentials option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Variable | No | Text | credentials | Variable name to store the list of credential names |
Output variables
| Variable | Type | Description |
|---|---|---|
| {credentials} | Array | Array of credential names stored in the vault |
Errors
This action does not produce errors.
Tips
- Returns only credential names, not the actual secret values
- Use this to audit which credentials are stored in the vault