action keycloak_get_realm_client_scopes { label: "Get client scopes belonging to the realm Returns a list of client scopes belonging to the realm" provider: keycloak method: GET path: "/{realm}/client-scopes" encoding: json output: { type: "object" additionalProperties: true } }