GetApplicationGatewayWafConfiguration

data class GetApplicationGatewayWafConfiguration(val disabledRuleGroups: List<GetApplicationGatewayWafConfigurationDisabledRuleGroup>, val enabled: Boolean, val exclusions: List<GetApplicationGatewayWafConfigurationExclusion>, val fileUploadLimitMb: Int, val firewallMode: String, val maxRequestBodySizeKb: Int, val requestBodyCheck: Boolean, val ruleSetType: String, val ruleSetVersion: String)

Constructors

Link copied to clipboard
constructor(disabledRuleGroups: List<GetApplicationGatewayWafConfigurationDisabledRuleGroup>, enabled: Boolean, exclusions: List<GetApplicationGatewayWafConfigurationExclusion>, fileUploadLimitMb: Int, firewallMode: String, maxRequestBodySizeKb: Int, requestBodyCheck: Boolean, ruleSetType: String, ruleSetVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more disabled_rule_group blocks as defined below.

Link copied to clipboard

Is the Web Application Firewall enabled?

Link copied to clipboard

One or more exclusion blocks as defined below.

Link copied to clipboard

The File Upload Limit in MB.

Link copied to clipboard

The Web Application Firewall Mode.

Link copied to clipboard

The Maximum Request Body Size in KB.

Link copied to clipboard

Is Request Body Inspection enabled?

Link copied to clipboard

The Type of the Rule Set used for this Web Application Firewall.

Link copied to clipboard

The Version of the Rule Set used for this Web Application Firewall.