create

Last modified on October 8, 2024

NAME:
   sdm admin managedsecrets create - create new managed secret

USAGE:
   sdm admin managedsecrets create [command options] <secret engine name> <managed secret name>

OPTIONS:
   --password-length value              Password length (default: 0)
   --password-num-digits value          Numbers of digits to use when generating password (default: 0)
   --password-num-symbols value         Number of symbos to use when generating password (default: 0)
   --password-allow-repeat              If set to true allows for consecutive characters to repeat itself
   --password-exclude-characters value  Set of characters to exclude when generating password
   --password-exclude-uppercase         If set to true do not include upper case letters when generating password
   --password value                     password for service account (supported by Active Directory)
   --user-dn value                      distinguished Name of account that is managed (supported by Active Directory)
   --ttl value                          duration when the password is valid (supported by Active Directory)
   --after-read-ttl value               duration after read before the password get's rotated (supported by Active Directory)
   --value-file value                   Read value from JSON file. "-" is stdin
   --json, -j                           output as json
   --timeout value                      set time limit for command
   --retries value                      set number of retries (default: 3)
   --tags value                         tags e.g. 'key=value,...'
Top