openstacksdk/releasenotes/notes/add-system-role-assignment-693dd3e1da33a54d.yaml
james kirsch bdd87c7042 Identity: Add support for system role assignment
Allow granting and revoking system role assignment to a user or group.
Enable filtering for system role when listing role assignments.

https: //docs.openstack.org/api-ref/identity/v3/#system-role-assignments
Change-Id: I2870d322fdfd59c91524b4031d8ecf53b60a9a1d
2022-02-18 14:23:48 -08:00

12 lines
382 B
YAML

---
features:
- |
Add support for system role assignment. A system role assignment
ultimately controls access to system-level API calls.
Good examples of system-level APIs include management of the
service catalog and compute hypervisors.
`System role assignment API reference
<https://docs.openstack.org/api-ref/identity/v3/#system-role-assignments>`_.