From ce8205d91f27b9f238d546dbed496ae573d9c4c5 Mon Sep 17 00:00:00 2001 From: Brian Hill <76450501+bhillkeyfactor@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:13:50 -0400 Subject: [PATCH] Update integration-manifest.json --- integration-manifest.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/integration-manifest.json b/integration-manifest.json index b5aac9c..37b11e2 100644 --- a/integration-manifest.json +++ b/integration-manifest.json @@ -77,6 +77,22 @@ "DependsOn": null, "DefaultValue": null, "Required": false + }, + { + "Name": "InventoryTrustedCerts", + "DisplayName": "Inventory Trusted Certs", + "Type": "Bool", + "DependsOn": null, + "DefaultValue": "false", + "Required": true + }, + { + "Name": "TemplateStack", + "DisplayName": "Template Stack", + "Type": "String", + "DependsOn": null, + "DefaultValue": null, + "Required": false } ], "EntryParameters": [ @@ -99,4 +115,4 @@ ] } } -} \ No newline at end of file +}