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