keycloak_list_client_roles
List client roles for a Keycloak client by its UUID, separating them from realm roles.
Instructions
List the roles defined by a client. Note these are distinct from realm roles — realm-management's roles (view-users, manage-users, ...) are client roles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of results to return (1-500). Defaults to 50. | |
| first | No | Pagination offset — index of the first result to return (0-based). | |
| realm | No | Realm to operate on. Defaults to the server's configured realm (KEYCLOAK_REALM). | |
| search | No | ||
| clientUuid | Yes | Client UUID (the `id` field), NOT the clientId string. See keycloak_list_clients. |