Interface WebApplicationFirewallPolicy.UpdateStages.WithBotProtection

All Known Subinterfaces:
WebApplicationFirewallPolicy.Update, WebApplicationFirewallPolicy.UpdateStages.WithRequestBodyOrUpdate
Enclosing interface:
WebApplicationFirewallPolicy.UpdateStages

public static interface WebApplicationFirewallPolicy.UpdateStages.WithBotProtection
The stage of a Web Application Firewall Policy update allowing to specify Bot protection rule.
  • Method Details

    • withoutBotProtection

      WebApplicationFirewallPolicy.Update withoutBotProtection()
      Specifies that the Web Application Firewall Policy to use Bot protection against malicious bots.
      Returns:
      the next stage of the update
    • withBotProtection

      WebApplicationFirewallPolicy.Update withBotProtection(String version)
      Specifies that the Web Application Firewall Policy to use Bot protection against malicious bots.
      Parameters:
      version - the version of the rule, e.g. 0.1, 1.0
      Returns:
      the next stage of the update
      See Also:
    • withBotProtection

      Specifies that the Web Application Firewall Policy to use Bot protection against malicious bots.
      Returns:
      the next stage of the update