Add a safe
Add a safe and configure its retention and location via the PAS REST API.
Example Usage:
$ cybr safes add -s SafeName -d Description --cpm ManagingCPM --days 0
cybr safes add [flags]
-P, --auto-purge Whether to automatically purge accounts after a number of records is met
--cpm string Set the Managing CPM user to something other than PasswordManager (default "PasswordManager")
--days int Number of days to retain password versions for (default 7)
-d, --desc string Description of the safe created
-h, --help help for add
-l, --location string The location of the Safe in the Secure Digital Vault (default "\\")
-O, --olac Enable object-level access control (OLAC) on safe (cannot be reversed)
-s, --safe string Safe name to create
--verbose To enable verbose logging
- cybr safes - Safe actions for PAS REST API