Interface ServerSecurityAlertPolicy.UpdateStages.WithDisabledAlerts

All Known Subinterfaces:
ServerSecurityAlertPolicy.Update
Enclosing interface:
ServerSecurityAlertPolicy.UpdateStages

public static interface ServerSecurityAlertPolicy.UpdateStages.WithDisabledAlerts
The stage of the ServerSecurityAlertPolicy update allowing to specify disabledAlerts.
  • Method Details

    • withDisabledAlerts

      ServerSecurityAlertPolicy.Update withDisabledAlerts(List<String> disabledAlerts)
      Specifies the disabledAlerts property: Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly.
      Parameters:
      disabledAlerts - Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly.
      Returns:
      the next definition stage.