Skip to content

Commit

Permalink
Generated from ae5e50da51607b6c59745d9d2969c4f6acba0d81 (#2385)
Browse files Browse the repository at this point in the history
Add algorithm types to threat detection disabled alerts description

Added Data_Exfiltration and Unsafe_Action as allowed values to disabled alert.
  • Loading branch information
AutorestCI authored Sep 17, 2018
1 parent b3d6e01 commit 1cc9f13
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public class DatabaseSecurityAlertPolicyInner extends ProxyResource {
/**
* 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.
* Sql_Injection_Vulnerability; Access_Anomaly; Data_Exfiltration;
* Unsafe_Action.
*/
@JsonProperty(value = "properties.disabledAlerts")
private String disabledAlerts;
Expand Down Expand Up @@ -141,7 +142,7 @@ public DatabaseSecurityAlertPolicyInner withState(SecurityAlertPolicyState state
}

/**
* Get 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.
* Get 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.
*
* @return the disabledAlerts value
*/
Expand All @@ -150,7 +151,7 @@ public String disabledAlerts() {
}

/**
* Set 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.
* Set 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.
*
* @param disabledAlerts the disabledAlerts value to set
* @return the DatabaseSecurityAlertPolicyInner object itself.
Expand Down

0 comments on commit 1cc9f13

Please sign in to comment.