Bases: keystoneclient.base.Resource
Represents an Identity role.
Bases: keystoneclient.base.CrudManager
Manager class for manipulating Identity roles.
Checks if a user or group has a role on a domain or project.
Grants a role to a user or group on a domain or project.
Lists roles and role grants.
If no arguments are provided, all roles in the system will be listed.
If a user or group is specified, you must also specify either a domain or project to list role grants on that pair.
Revokes a role from a user or group on a domain or project.