Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.1 KB

cybr_safes_add.md

File metadata and controls

40 lines (28 loc) · 1.1 KB

cybr safes add

Add a safe

Synopsis

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]

Options

  -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

Options inherited from parent commands

      --verbose   To enable verbose logging

SEE ALSO

Auto generated by spf13/cobra on 24-Jan-2024