sdm admin tokens add

Last modified on June 11, 2024

NAME:
   sdm admin tokens add - add a new token

USAGE:
   sdm admin tokens add [command options] <name>

OPTIONS:
   --template, -t          display a JSON template
   --file value, -f value  load tokens from JSON file
   --stdin, -i             load from stdin
   --type value            type of token (api or admin-token)
   --duration value        duration before token expires in seconds (default: 0)
   --permissions value     permissions attached to the token (comma separated list, e.g. role:create,role:list)
   --tags value            tags e.g. 'key=value,...'
   --timeout value         set time limit for command
Top