diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-08-23 16:42:26 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-08-23 16:42:26 +0000 |
| commit | aa4cdf1dc8050cc91bdd3a871de3edf4ff67033d (patch) | |
| tree | 244c409d830d49a0dca0754ba4be9542b64d132c /doc/source | |
| parent | d33ab499ed510a6dfb34a44b0a33945e7f8b0d1f (diff) | |
| parent | 8cd3e258c5029a8efedab40019d6cfd3eac379f5 (diff) | |
| download | python-openstackclient-aa4cdf1dc8050cc91bdd3a871de3edf4ff67033d.tar.gz | |
Merge "Implied Roles"
Diffstat (limited to 'doc/source')
| -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 |
