venafiTlsProtectCloud.json•10.2 kB
{
"nodeType": "n8n-nodes-base.venafiTlsProtectCloud",
"displayName": "Venafi TLS Protect Cloud",
"description": "Consume Venafi TLS Protect Cloud API",
"version": 1,
"properties": [
{
"name": "certificateId",
"displayName": "Certificate ID",
"type": "string",
"default": "",
"required": true,
"displayOptions": {
"show": {
"operation": [
"download"
],
"resource": [
"certificate"
]
}
}
},
{
"name": "downloadItem",
"displayName": "Download Item",
"type": "options",
"default": "certificate",
"options": [
{
"name": "Certificate",
"value": "certificate"
},
{
"name": "Keystore",
"value": "keystore"
}
],
"displayOptions": {
"show": {
"operation": [
"download"
],
"resource": [
"certificate"
]
}
}
},
{
"name": "keystoreType",
"displayName": "Keystore Type",
"type": "options",
"default": "PEM",
"options": [
{
"name": "JKS",
"value": "JKS"
},
{
"name": "PKCS12",
"value": "PKCS12"
},
{
"name": "PEM",
"value": "PEM"
}
],
"displayOptions": {
"show": {
"operation": [
"download"
],
"resource": [
"certificate"
],
"downloadItem": [
"keystore"
]
}
}
},
{
"name": "certificateLabel",
"displayName": "Certificate Label",
"type": "string",
"default": "",
"required": true,
"displayOptions": {
"show": {
"operation": [
"download"
],
"resource": [
"certificate"
],
"downloadItem": [
"keystore"
]
}
}
},
{
"name": "privateKeyPassphrase",
"displayName": "Private Key Passphrase",
"type": "string",
"default": "",
"required": true,
"displayOptions": {
"show": {
"operation": [
"download"
],
"resource": [
"certificate"
],
"downloadItem": [
"keystore"
]
}
}
},
{
"name": "keystorePassphrase",
"displayName": "Keystore Passphrase",
"type": "string",
"default": "",
"required": true,
"displayOptions": {
"show": {
"operation": [
"download"
],
"resource": [
"certificate"
],
"downloadItem": [
"keystore"
],
"keystoreType": [
"JKS"
]
}
}
},
{
"name": "binaryProperty",
"displayName": "Input Data Field Name",
"type": "string",
"default": "data",
"description": "The name of the input field containing the binary file data to be uploaded",
"required": true,
"displayOptions": {
"show": {
"operation": [
"download"
],
"resource": [
"certificate"
]
}
}
},
{
"name": "options",
"displayName": "Options",
"type": "collection",
"default": {},
"description": "Download the certificate with the end-entity portion of the chain first",
"placeholder": "Add Field",
"displayOptions": {
"show": {
"operation": [
"download"
],
"resource": [
"certificate"
]
}
}
},
{
"name": "returnAll",
"displayName": "Return All",
"type": "boolean",
"default": false,
"description": "Whether to return all results or only up to a given limit",
"displayOptions": {
"show": {
"operation": [
"getMany"
],
"resource": [
"certificate"
]
}
}
},
{
"name": "limit",
"displayName": "Limit",
"type": "number",
"default": 50,
"description": "Max number of results to return",
"typeOptions": {
"minValue": 1,
"maxValue": 500
},
"displayOptions": {
"show": {
"operation": [
"getMany"
],
"resource": [
"certificate"
],
"returnAll": [
false
]
}
}
},
{
"name": "filters",
"displayName": "Filters",
"type": "collection",
"default": {},
"placeholder": "Add Field",
"options": [
{
"name": "subject",
"displayName": "Subject",
"type": "string",
"default": ""
}
],
"displayOptions": {
"show": {
"operation": [
"getMany"
],
"resource": [
"certificate"
]
}
}
},
{
"name": "applicationId",
"displayName": "Application Name or ID",
"type": "options",
"default": "",
"description": "Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>",
"displayOptions": {
"show": {
"operation": [
"renew"
],
"resource": [
"certificate"
]
}
}
},
{
"name": "existingCertificateId",
"displayName": "Existing Certificate ID",
"type": "string",
"default": "",
"displayOptions": {
"show": {
"operation": [
"renew"
],
"resource": [
"certificate"
]
}
}
},
{
"name": "certificateIssuingTemplateId",
"displayName": "Certificate Issuing Template Name or ID",
"type": "options",
"default": "",
"description": "Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>",
"displayOptions": {
"show": {
"operation": [
"renew"
],
"resource": [
"certificate"
]
}
}
},
{
"name": "certificateSigningRequest",
"displayName": "Certificate Signing Request",
"type": "string",
"default": "",
"displayOptions": {
"show": {
"operation": [
"renew"
],
"resource": [
"certificate"
]
}
}
},
{
"name": "operation",
"displayName": "Operation",
"type": "options",
"default": "delete",
"description": "Delete a certificate",
"options": [
{
"name": "Delete",
"value": "delete",
"description": "Delete a certificate"
},
{
"name": "Download",
"value": "download",
"description": "Download a certificate"
},
{
"name": "Get",
"value": "get",
"description": "Retrieve a certificate"
},
{
"name": "Get Many",
"value": "getMany",
"description": "Retrieve many certificates"
},
{
"name": "Renew",
"value": "renew",
"description": "Renew a certificate"
}
],
"displayOptions": {
"show": {
"resource": [
"certificate"
]
}
}
},
{
"name": "generateCsr",
"displayName": "Generate CSR",
"type": "boolean",
"default": false,
"displayOptions": {
"show": {
"operation": [
"create"
],
"resource": [
"certificateRequest"
]
}
}
},
{
"name": "commonName",
"displayName": "Common Name",
"type": "string",
"default": "n8n.io",
"description": "The Common Name field for the certificate Subject (CN)",
"required": true,
"displayOptions": {
"show": {
"operation": [
"create"
],
"resource": [
"certificateRequest"
],
"generateCsr": [
true
]
}
}
},
{
"name": "additionalFields",
"displayName": "Additional Fields",
"type": "collection",
"default": {},
"description": "Elliptic Curve (EC)",
"placeholder": "Add Field",
"typeOptions": {
"multipleValues": true
},
"displayOptions": {
"show": {
"operation": [
"create"
],
"resource": [
"certificateRequest"
],
"generateCsr": [
true
]
}
}
},
{
"name": "certificateRequestId",
"displayName": "Certificate Request ID",
"type": "string",
"default": "",
"required": true,
"displayOptions": {
"show": {
"operation": [
"get"
],
"resource": [
"certificateRequest"
]
}
}
},
{
"name": "resource",
"displayName": "Resource",
"type": "options",
"default": "certificateRequest",
"options": [
{
"name": "Certificate",
"value": "certificate"
},
{
"name": "Certificate Request",
"value": "certificateRequest"
}
]
}
],
"credentialsConfig": [
{
"name": "venafiTlsProtectCloudApi",
"required": true
},
{
"name": "resource",
"required": false
}
],
"io": {
"inputs": [],
"outputs": [],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": []
}
}