UNPKG

n8n-nodes-tenable-community

Version:

n8n node for the Tenable One platform

51 lines (50 loc) 1.32 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.productStatusFields = void 0; exports.productStatusFields = [ // Resource: Component { displayName: 'Component ID', name: 'componentId', type: 'string', default: '', required: true, displayOptions: { show: { resource: ['component'], operation: ['get'], }, }, description: 'The ID of the component to retrieve', }, // Resource: Incident { displayName: 'Incident ID', name: 'incidentId', type: 'string', default: '', required: true, displayOptions: { show: { resource: ['incident'], operation: ['get'], }, }, description: 'The ID of the incident to retrieve', }, // Resource: Maintenance { displayName: 'Maintenance ID', name: 'maintenanceId', type: 'string', default: '', required: true, displayOptions: { show: { resource: ['maintenance'], operation: ['get'], }, }, description: 'The ID of the scheduled maintenance to retrieve', }, ];