attach

Last modified on March 24, 2023

NAME:
   sdm admin roles attach - attach roles to a composite role

USAGE:
   sdm admin roles attach [command options] <composite role id> <role id>...

OPTIONS:
   --template, -t          display a JSON template
   --file value, -f value  load updates from JSON file
   --stdin, -i             load from stdin
   --filter value          filter e.g. 'field:name tag:key=value ...'
   --filter-json value     path to JSON based filter

For more information on the use of filters in the CLI, see the Filters documentation.

Top