UNPKG

n8n-nodes-arubaclearpass

Version:

n8n community node for Aruba ClearPass API integration with comprehensive identity, policy, and enforcement profile management

8 lines (7 loc) 238 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class ClearPassApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }