n8n-nodes-arubaclearpass
Version:
n8n community node for Aruba ClearPass API integration with comprehensive identity, policy, and enforcement profile management
12 lines (11 loc) • 402 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.enforcementProfileResources = void 0;
// Define the resources for the EnforcementProfile domain
exports.enforcementProfileResources = [
{
name: 'Enforcement Profile',
value: 'EnforcementProfile',
},
// Add other resources in this domain as needed (e.g., CaptivePortalProfile, DURClass)
];