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