Interface ServerSecurityAlertPolicy.DefinitionStages.WithDisabledAlerts

All Known Subinterfaces:
ServerSecurityAlertPolicy.Definition, ServerSecurityAlertPolicy.DefinitionStages.WithCreate
Enclosing interface:
ServerSecurityAlertPolicy.DefinitionStages

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

    • withDisabledAlerts

      Specifies the disabledAlerts property: Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action.
      Parameters:
      disabledAlerts - Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action.
      Returns:
      the next definition stage.