2014-12-23 11:43:02 +08:00
|
|
|
===============
|
|
|
|
role assignment
|
|
|
|
===============
|
|
|
|
|
|
|
|
Identity v3
|
|
|
|
|
|
|
|
role assignment list
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
List role assignments
|
|
|
|
|
|
|
|
.. program:: role assignment list
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
os role assignment list
|
|
|
|
[--role <role>]
|
|
|
|
[--user <user>]
|
2015-07-31 18:56:34 -07:00
|
|
|
[--user-domain <user-domain>]
|
2014-12-23 11:43:02 +08:00
|
|
|
[--group <group>]
|
2015-07-31 18:56:34 -07:00
|
|
|
[--group-domain <group-domain>]
|
2014-12-23 11:43:02 +08:00
|
|
|
[--domain <domain>]
|
|
|
|
[--project <project>]
|
2015-07-31 18:56:34 -07:00
|
|
|
[--project-domain <project-domain>]
|
2014-12-23 11:43:02 +08:00
|
|
|
[--effective]
|
2014-09-19 12:29:39 -03:00
|
|
|
[--inherited]
|
2014-12-23 11:43:02 +08:00
|
|
|
|
|
|
|
.. option:: --role <role>
|
|
|
|
|
|
|
|
Role to filter (name or ID)
|
|
|
|
|
|
|
|
.. option:: --user <user>
|
|
|
|
|
|
|
|
User to filter (name or ID)
|
|
|
|
|
2015-07-31 18:56:34 -07:00
|
|
|
.. option:: --user-domain <user-domain>
|
|
|
|
|
|
|
|
Domain the user belongs to (name or ID).
|
|
|
|
This can be used in case collisions between user names exist.
|
|
|
|
|
2014-12-23 11:43:02 +08:00
|
|
|
.. option:: --group <group>
|
|
|
|
|
|
|
|
Group to filter (name or ID)
|
|
|
|
|
2015-07-31 18:56:34 -07:00
|
|
|
.. option:: --group-domain <group-domain>
|
|
|
|
|
|
|
|
Domain the group belongs to (name or ID).
|
|
|
|
This can be used in case collisions between group names exist.
|
|
|
|
|
2014-12-23 11:43:02 +08:00
|
|
|
.. option:: --domain <domain>
|
|
|
|
|
|
|
|
Domain to filter (name or ID)
|
|
|
|
|
|
|
|
.. option:: --project <project>
|
|
|
|
|
|
|
|
Project to filter (name or ID)
|
|
|
|
|
2015-07-31 18:56:34 -07:00
|
|
|
.. option:: --project-domain <project-domain>
|
|
|
|
|
|
|
|
Domain the project belongs to (name or ID).
|
|
|
|
This can be used in case collisions between project names exist.
|
|
|
|
|
2014-12-23 11:43:02 +08:00
|
|
|
.. option:: --effective
|
|
|
|
|
|
|
|
Returns only effective role assignments (defaults to False)
|
2014-09-19 12:29:39 -03:00
|
|
|
|
|
|
|
.. option:: --inherited
|
|
|
|
|
|
|
|
Specifies if the role grant is inheritable to the sub projects
|