Skip to main content
Update the properties of a safe. Required Permissions for using this action:
  • Manage Safes (Vault)
  • View Safe Members (Safe)
External DocumentationTo learn more, visit the CyberArk documentation.

Basic Parameters

ParameterDescription
DescriptionThe description of the safe.
LocationThe location of the safe in the vault.
Managing CPMThe name of the CPM user who will manage the new safe.
OLAC EnabledSelect to enable Object Level Access Control for the new safe.

Note: Once enabled, this feature cannot be disabled.
Safe IDThe ID of the required safe.
Safe NameThe unique name of the safe.

The following characters cannot be used in the safe name: \ / : * < > . | ? "% & +

Advanced Parameters

ParameterDescription
Number Of Days RetentionThe 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 RetentionThe 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.

Example Output

{
	"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
}

Workflow Library Example

Update Safe with Cyberark and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I