diff options
| author | Zuul <zuul@review.opendev.org> | 2020-06-09 02:10:29 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-06-09 02:10:29 +0000 |
| commit | 09970d48e0af8da2faa01fd94c1e312384d683b4 (patch) | |
| tree | 8c97ff404033d23ce89a10440d9f5898379589db /doc/source/cli/command-objects/implied_role.rst | |
| parent | f6810edf41f7d457d490b360bf2918f4e8b1e6bd (diff) | |
| parent | 26878e7d53a531adb67c9ddde8fd6d3c3092ce34 (diff) | |
| download | python-openstackclient-09970d48e0af8da2faa01fd94c1e312384d683b4.tar.gz | |
Merge "identity: autogenerate docs"
Diffstat (limited to 'doc/source/cli/command-objects/implied_role.rst')
| -rw-r--r-- | doc/source/cli/command-objects/implied_role.rst | 53 |
1 files changed, 2 insertions, 51 deletions
diff --git a/doc/source/cli/command-objects/implied_role.rst b/doc/source/cli/command-objects/implied_role.rst index e43c9ea3..09532c0b 100644 --- a/doc/source/cli/command-objects/implied_role.rst +++ b/doc/source/cli/command-objects/implied_role.rst @@ -4,54 +4,5 @@ implied role Identity v3 - -implied role create -------------------- - -Creates an association between prior and implied roles - -.. program:: implied role create -.. code:: bash - - openstack implied role create - <role> - --implied-role <role> - -.. option:: <role> - - Prior role <role> (name or ID) implies another role - -.. option:: --implied-role <role> - - <role> (name or ID) implied by another role - - -implied role delete -------------------- - -Deletes an association between prior and implied roles - -.. program:: implied role delete -.. code:: bash - - openstack implied role delete - <role> - --implied-role <role> - -.. option:: <role> - - Prior role <role> (name or ID) implies another role - -.. option:: --implied-role <role> - - <role> (name or ID) implied by another role - -implied role list ------------------ - -List implied roles - -.. program:: implied role list -.. code:: bash - - openstack implied role list +.. autoprogram-cliff:: openstack.identity.v3 + :command: implied role * |
