Harry Rybacki 8cd3e258c5 Implied Roles
Allow the user to create an inference rule between
two roles. The first, called the prior role
is the role explicitly assigned to an individual.
The second, called the implied role, is one that
the user gets implicitly. For example:

Role B implies Role A.
User X is assigned Role B.
Therefore User X also assigned Role A.

The management and maintenance of the rules is
performed in the Keystone server.

Change-Id: If547c2f16e812bc7fffd742ec37e6a26011f3185
2017-08-22 17:08:30 +00:00

965 B

implied role

Identity v3

implied role create

Creates an association between prior and implied roles

implied role create

openstack implied role create
    <role>
    --implied-role <role>

<role>

Prior role <role> (name or ID) implies another role

--implied-role <role>

<role> (name or ID) implied by another role

implied role delete

Deletes an association between prior and implied roles

implied role delete

openstack implied role delete
    <role>
    --implied-role <role>

<role>

Prior role <role> (name or ID) implies another role

--implied-role <role>

<role> (name or ID) implied by another role

implied role list

List implied roles

implied role list

openstack implied role list