diff options
Diffstat (limited to 'doc/source/command-objects/role_assignment.rst')
| -rw-r--r-- | doc/source/command-objects/role_assignment.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/source/command-objects/role_assignment.rst b/doc/source/command-objects/role_assignment.rst index cfb1079c..6bb24cb3 100644 --- a/doc/source/command-objects/role_assignment.rst +++ b/doc/source/command-objects/role_assignment.rst @@ -15,9 +15,12 @@ List role assignments os role assignment list [--role <role>] [--user <user>] + [--user-domain <user-domain>] [--group <group>] + [--group-domain <group-domain>] [--domain <domain>] [--project <project>] + [--project-domain <project-domain>] [--effective] [--inherited] @@ -29,10 +32,20 @@ List role assignments User to filter (name or ID) +.. option:: --user-domain <user-domain> + + Domain the user belongs to (name or ID). + This can be used in case collisions between user names exist. + .. option:: --group <group> Group to filter (name or ID) +.. option:: --group-domain <group-domain> + + Domain the group belongs to (name or ID). + This can be used in case collisions between group names exist. + .. option:: --domain <domain> Domain to filter (name or ID) @@ -41,6 +54,11 @@ List role assignments Project to filter (name or ID) +.. option:: --project-domain <project-domain> + + Domain the project belongs to (name or ID). + This can be used in case collisions between project names exist. + .. option:: --effective Returns only effective role assignments (defaults to False) |
