UNPKG

@socradar/n8n-nodes-socradar

Version:

Production-ready n8n integration for SOCRadar Extended Threat Intelligence platform

41 lines 985 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.resourceOptions = void 0; exports.resourceOptions = { displayName: 'Resource', name: 'resource', type: 'options', noDataExpression: true, options: [ { name: 'Incident', value: 'incident', }, { name: 'Takedown', value: 'takedown', }, { name: 'User Audit Logs', value: 'auditLogs', }, { name: 'Digital Footprint', value: 'digitalFootprint', }, { name: 'Dark Web Monitoring', value: 'darkWebMonitoring', }, { name: 'DRP Fraud Protection', value: 'fraudProtection', }, { name: 'Brand Protection', value: 'brandProtection', }, ], default: 'incident', }; //# sourceMappingURL=resourceOptions.js.map