n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
27 lines (26 loc) • 741 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getKeyHashDescription = void 0;
exports.getKeyHashDescription = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
domain: ['keymanagement'],
resource: ['keyhash'],
},
},
options: [
{
name: 'Get Key Hash',
value: 'getKeyHash',
description: 'Retrieve the encryption key hash from the cloud for verification',
action: 'Get key hash',
},
],
default: 'getKeyHash',
},
];