
Once inherited project role grant calls are implemented on python-keystoneclient, python-openstackclient also should support such calls. This patch add such support as well as its related tests. Co-Authored-By: Raildo Mascena <raildo@lsd.ufcg.edu.br> Change-Id: Id72670be8640e5c6e2490a6ef849e9ec3493b1a9 Implements: blueprint hierarchical-multitenancy
51 lines
883 B
ReStructuredText
51 lines
883 B
ReStructuredText
===============
|
|
role assignment
|
|
===============
|
|
|
|
Identity v3
|
|
|
|
role assignment list
|
|
--------------------
|
|
|
|
List role assignments
|
|
|
|
.. program:: role assignment list
|
|
.. code:: bash
|
|
|
|
os role assignment list
|
|
[--role <role>]
|
|
[--user <user>]
|
|
[--group <group>]
|
|
[--domain <domain>]
|
|
[--project <project>]
|
|
[--effective]
|
|
[--inherited]
|
|
|
|
.. option:: --role <role>
|
|
|
|
Role to filter (name or ID)
|
|
|
|
.. option:: --user <user>
|
|
|
|
User to filter (name or ID)
|
|
|
|
.. option:: --group <group>
|
|
|
|
Group to filter (name or ID)
|
|
|
|
.. option:: --domain <domain>
|
|
|
|
Domain to filter (name or ID)
|
|
|
|
.. option:: --project <project>
|
|
|
|
Project to filter (name or ID)
|
|
|
|
.. option:: --effective
|
|
|
|
Returns only effective role assignments (defaults to False)
|
|
|
|
.. option:: --inherited
|
|
|
|
Specifies if the role grant is inheritable to the sub projects
|