Skip to content

Commit

Permalink
new doc tool
Browse files Browse the repository at this point in the history
  • Loading branch information
bhillkeyfactor committed Jan 8, 2025
1 parent 0593d47 commit 224e2d2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"DependsOn": null,
"DefaultValue": null,
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": true,
"Description": "Palo Alto or Panorama Api User. (or valid PAM key if the username is stored in a KF Command configured PAM integration)."
Expand All @@ -61,8 +61,8 @@
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"DependsOn": null,
"DefaultValue": null,
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": true,
"Description": "Palo Alto or Panorama Api Password. (or valid PAM key if the username is stored in a KF Command configured PAM integration)."
Expand All @@ -71,7 +71,7 @@
"Name": "ServerUseSsl",
"DisplayName": "Use SSL",
"Type": "Bool",
"DependsOn": null,
"DependsOn": "",
"DefaultValue": "true",
"Required": true,
"IsPAMEligible": false,
Expand All @@ -81,8 +81,8 @@
"Name": "DeviceGroup",
"DisplayName": "Device Group",
"Type": "String",
"DependsOn": null,
"DefaultValue": null,
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": false,
"Description": "Device Group on Panorama that changes will be pushed to."
Expand All @@ -91,7 +91,7 @@
"Name": "InventoryTrustedCerts",
"DisplayName": "Inventory Trusted Certs",
"Type": "Bool",
"DependsOn": null,
"DependsOn": "",
"DefaultValue": "false",
"Required": true,
"IsPAMEligible": false,
Expand All @@ -101,8 +101,8 @@
"Name": "TemplateStack",
"DisplayName": "Template Stack",
"Type": "String",
"DependsOn": null,
"DefaultValue": null,
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": false,
"Description": "Template stack used for device push of certificates via Template."
Expand Down

0 comments on commit 224e2d2

Please sign in to comment.