action keycloak_get_realm_client_scopes_id { label: "Get representation of the client scope" provider: keycloak method: GET path: "/{realm}/client-scopes/{id}" encoding: json output: { type: "object" additionalProperties: true } }