Restore SecloreProtectApi credentials in n8n configuration

This commit is contained in:
atharva.dev 2025-11-17 11:53:49 +05:30
parent 00bda6e317
commit 65881b271f
1 changed files with 6 additions and 6 deletions

View File

@ -21,12 +21,12 @@ export class SecloreProtect implements INodeType {
},
inputs: ['main'],
outputs: ['main'],
// credentials: [
// {
// name: 'secloreProtectApi',
// required: true,
// },
// ],
credentials: [
{
name: 'secloreProtectApi',
required: true,
},
],
properties: [
{
displayName: 'Resource',