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 Summary
Modifier and TypeMethodDescriptionSpecifies that the Web Application Firewall Policy to use Bot protection against malicious bots.withBotProtection(String version) Specifies that the Web Application Firewall Policy to use Bot protection against malicious bots.Specifies that the Web Application Firewall Policy to use Bot protection against malicious bots.
-
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
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
WebApplicationFirewallPolicy.Update withBotProtection()Specifies that the Web Application Firewall Policy to use Bot protection against malicious bots.- Returns:
- the next stage of the update
-