Skip to content

Commit

Permalink
added verify_server_cert key in the config params in json file
Browse files Browse the repository at this point in the history
  • Loading branch information
stutib-crest committed Oct 9, 2024
1 parent a88f4f5 commit 9e1cc8a
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions varonissaas.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,29 @@
"required": true,
"order": 0
},
"ingest_artifacts": {
"description": "Should artifacts be ingested",
"data_type": "boolean",
"required": true,
"order": 1
},
"api_key": {
"description": "Varonis API Key",
"data_type": "password",
"required": true,
"order": 1
},
"verify_server_cert": {
"description": "Whether to verify the server certificate",
"data_type": "boolean",
"order": 2
},
"ingest_artifacts": {
"description": "Should artifacts be ingested",
"data_type": "boolean",
"required": true,
"order": 3
},
"ingest_period": {
"description": "Alert Retrieval Start (Days Ago)",
"data_type": "string",
"required": true,
"default": "7",
"order": 3
"order": 4
},
"severity": {
"description": "Alert Severity",
Expand All @@ -53,12 +58,12 @@
"High"
],
"default": "Low",
"order": 4
"order": 5
},
"threat_model": {
"description": "Threat Detection Policies",
"data_type": "string",
"order": 5
"order": 6
},
"alert_status": {
"description": "Alert Status",
Expand All @@ -69,7 +74,7 @@
"Closed",
"Auto-Resolved"
],
"order": 6
"order": 7
}
},
"actions": [
Expand Down

0 comments on commit 9e1cc8a

Please sign in to comment.