Add Safes
External DocumentationTo learn more, visit the CyberArk documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
Add Safe with Cyberark and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add Safes| Parameter | Description |
|---|---|
| Description | The description of the safe. |
| Location | The location of the safe in the vault. |
| Managing CPM | The name of the CPM user who will manage the new safe. |
| OLAC Enabled | Select to enable Object Level Access Control for the new safe. Note: Once enabled, this feature cannot be disabled. |
| Safe Name | The unique name of the safe. The following characters cannot be used in the safe name: \ / : * < > . | ? "% & + |
| Parameter | Description |
|---|---|
| Number Of Days Retention | The number of days that password versions are saved in the safe. Note: When using this parameter, the parameter Number Of Versions Retention is not available. |
| Number Of Versions Retention | The number of retained versions of every password that is stored in the safe. Note: When using this parameter, the parameter Number Of Days Retention is not available. |
{
"safeUrlId": "PasswordManagerSafe",
"safeName": "PasswordManagerSafe",
"safeNumber": 21,
"description": "This is PasswordManager safe.",
"location": "\\",
"creator": {
"id": "14",
"name": "AdminUser1"
},
"olacEnabled": false,
"managingCPM": "PasswordManager",
"numberOfVersionsRetention": null,
"numberOfDaysRetention": 7,
"autoPurgeEnabled": false,
"creationTime": "1604919933",
"lastModificationTime": 1604919933475657
}
Was this page helpful?