Application Gateway Web Application Firewall Configuration Args
data class ApplicationGatewayWebApplicationFirewallConfigurationArgs(val disabledRuleGroups: Output<List<ApplicationGatewayFirewallDisabledRuleGroupArgs>>? = null, val enabled: Output<Boolean>, val exclusions: Output<List<ApplicationGatewayFirewallExclusionArgs>>? = null, val fileUploadLimitInMb: Output<Int>? = null, val firewallMode: Output<Either<String, ApplicationGatewayFirewallMode>>, val maxRequestBodySize: Output<Int>? = null, val maxRequestBodySizeInKb: Output<Int>? = null, val requestBodyCheck: Output<Boolean>? = null, val ruleSetType: Output<String>, val ruleSetVersion: Output<String>) : ConvertibleToJava<ApplicationGatewayWebApplicationFirewallConfigurationArgs>
Application gateway web application firewall configuration.
Constructors
Link copied to clipboard
constructor(disabledRuleGroups: Output<List<ApplicationGatewayFirewallDisabledRuleGroupArgs>>? = null, enabled: Output<Boolean>, exclusions: Output<List<ApplicationGatewayFirewallExclusionArgs>>? = null, fileUploadLimitInMb: Output<Int>? = null, firewallMode: Output<Either<String, ApplicationGatewayFirewallMode>>, maxRequestBodySize: Output<Int>? = null, maxRequestBodySizeInKb: Output<Int>? = null, requestBodyCheck: Output<Boolean>? = null, ruleSetType: Output<String>, ruleSetVersion: Output<String>)
Properties
Link copied to clipboard
The disabled rule groups.
Link copied to clipboard
The exclusion list.
Link copied to clipboard
Maximum file upload size in Mb for WAF.
Link copied to clipboard
Web application firewall mode.
Link copied to clipboard
Maximum request body size for WAF.
Link copied to clipboard
Maximum request body size in Kb for WAF.
Link copied to clipboard
Whether allow WAF to check request Body.
Link copied to clipboard
The type of the web application firewall rule set. Possible values are: 'OWASP'.
Link copied to clipboard
The version of the rule set type.