venafiTlsProtectCloudTrigger.json•1.81 kB
{
"nodeType": "n8n-nodes-base.venafiTlsProtectCloudTrigger",
"displayName": "Venafi TLS Protect Cloud Trigger",
"description": "Starts the workflow when Venafi events occur",
"version": 1,
"properties": [
{
"name": "resource",
"displayName": "Resource",
"type": "options",
"default": [],
"description": "Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.",
"required": true
},
{
"name": "triggerOn",
"displayName": "Trigger On",
"type": "multiOptions",
"default": [],
"description": "Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.",
"required": true
}
],
"credentialsConfig": [
{
"name": "venafiTlsProtectCloudApi",
"required": true
},
{
"name": "default",
"required": false
},
{
"name": "resource",
"required": true
}
],
"io": {
"inputs": [],
"outputs": [],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": []
}
}