| ||||
summary: resource | method | detail: method |
Name | Description |
---|---|
applications ↳ applications/{app} | Return a set of application-level roles for a specific app that are in the role's composite |
realm | Return a set of realm-level roles that are in the role's composite |
Resource | Description |
---|---|
POST /admin/realms/{realm}/roles-by-id/{role-id}/composites | Make this role a composite role by associating some child roles to it. |
GET /admin/realms/{realm}/roles-by-id/{role-id}/composites | If this role is a composite, return a set of its children |
DELETE /admin/realms/{realm}/roles-by-id/{role-id}/composites | Remove the listed set of roles from this role's composite |
Make this role a composite role by associating some child roles to it.
| |
If this role is a composite, return a set of its children
| |
Remove the listed set of roles from this role's composite
|
| ||||
summary: resource | method | detail: method |