Skip to content

Commit

Permalink
Add algorithm types to threat detection disabled alerts description (#…
Browse files Browse the repository at this point in the history
…3876)

Added Data_Exfiltration and Unsafe_Action as allowed values to disabled alert.
  • Loading branch information
t-arrinb authored and sergey-shandar committed Sep 17, 2018
1 parent 1b21e70 commit 5639529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
}
},
"disabledAlerts": {
"description": "Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly",
"description": "Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action",
"type": "array",
"items": {
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
}
},
"disabledAlerts": {
"description": "Specifies the semicolon-separated list of alerts that are disabled, or empty string to disable no alerts. Possible values: Sql_Injection; Sql_Injection_Vulnerability; Access_Anomaly; Usage_Anomaly.",
"description": "Specifies the semicolon-separated list of alerts that are disabled, or empty string to disable no alerts. Possible values: Sql_Injection; Sql_Injection_Vulnerability; Access_Anomaly; Data_Exfiltration; Unsafe_Action.",
"type": "string"
},
"emailAddresses": {
Expand Down

0 comments on commit 5639529

Please # to comment.