Creating a Role

This command syntax creates a new role, with a list of semicolon‑separated privileges assigned to the role.

config:#

role create <name> <privilege1>;<privilege2>;<privilege3>...

If a specific privilege contains any arguments, that privilege should be followed by a colon and the argument(s).

config:#

role create <name> <privilege1>:<argument1>,<argument2>...;
<privilege2>:<argument1>,<argument2>...;
<privilege3>:<argument1>,<argument2>...;
...

Variables:

In This Section

All Privileges

See Also

Role Configuration Commands

Modifying a Role

Deleting a Role

Example - Creating a Role