keycloak_get_realm_role
Retrieve a Keycloak realm role by its name to access its attributes and composite flag. Specify the realm or use the default.
Instructions
Get one realm role by name, with its attributes and composite flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | No | Realm to operate on. Defaults to the server's configured realm (KEYCLOAK_REALM). | |
| roleName | Yes | Role NAME (realm roles are addressed by name). |