Application Gateway Waf Configuration
data class ApplicationGatewayWafConfiguration(val disabledRuleGroups: List<ApplicationGatewayWafConfigurationDisabledRuleGroup>? = null, val enabled: Boolean, val exclusions: List<ApplicationGatewayWafConfigurationExclusion>? = null, val fileUploadLimitMb: Int? = null, val firewallMode: String, val maxRequestBodySizeKb: Int? = null, val requestBodyCheck: Boolean? = null, val ruleSetType: String? = null, val ruleSetVersion: String)
Constructors
Link copied to clipboard
fun ApplicationGatewayWafConfiguration(disabledRuleGroups: List<ApplicationGatewayWafConfigurationDisabledRuleGroup>? = null, enabled: Boolean, exclusions: List<ApplicationGatewayWafConfigurationExclusion>? = null, fileUploadLimitMb: Int? = null, firewallMode: String, maxRequestBodySizeKb: Int? = null, requestBodyCheck: Boolean? = null, ruleSetType: String? = null, ruleSetVersion: String)