Skip to content

Commit

Permalink
Solution packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
v-prasadboke committed Nov 15, 2024
1 parent 1f9df49 commit 25f8d3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Binary file modified Solutions/Check Point CloudGuard/Package/3.0.0.zip
Binary file not shown.
14 changes: 8 additions & 6 deletions Solutions/Check Point CloudGuard/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -921,22 +921,24 @@
"type": "object"
},
"api_key": {
"defaultValue": "",
"defaultValue": "api_key",
"type": "string",
"minLength": 1
},
"api_secret": {
"defaultValue": "",
"defaultValue": "api_secret",
"type": "string",
"minLength": 1
},
"endpoint_url": {
"defaultValue": "https://api.dome9.com",
"type": "string"
"defaultValue": "endpoint_url",
"type": "string",
"minLength": 1
},
"query_filter": {
"defaultValue": "",
"type": "string"
"defaultValue": "query_filter",
"type": "string",
"minLength": 1
}
},
"variables": {
Expand Down

0 comments on commit 25f8d3c

Please sign in to comment.