diff options
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/command-objects/implied_role.rst | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/implied_role.rst b/doc/source/cli/command-objects/implied_role.rst new file mode 100644 index 00000000..e43c9ea3 --- /dev/null +++ b/doc/source/cli/command-objects/implied_role.rst @@ -0,0 +1,57 @@ +============ +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 |
