Class ApplicationGatewayWafConfiguration
Inheritance
System.Object
ApplicationGatewayWafConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayWafConfiguration
Fields
View SourceDisabledRuleGroups
one or more disabled_rule_group blocks as defined below.
Declaration
public readonly ImmutableArray<ApplicationGatewayWafConfigurationDisabledRuleGroup> DisabledRuleGroups
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ApplicationGatewayWafConfigurationDisabledRuleGroup> |
Enabled
Is the Web Application Firewall be enabled?
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Exclusions
one or more exclusion blocks as defined below.
Declaration
public readonly ImmutableArray<ApplicationGatewayWafConfigurationExclusion> Exclusions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ApplicationGatewayWafConfigurationExclusion> |
FileUploadLimitMb
The File Upload Limit in MB. Accepted values are in the range 1MB to 500MB. Defaults to 100MB.
Declaration
public readonly int? FileUploadLimitMb
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
FirewallMode
The Web Application Firewall Mode. Possible values are Detection and Prevention.
Declaration
public readonly string FirewallMode
Field Value
| Type | Description |
|---|---|
| System.String |
MaxRequestBodySizeKb
The Maximum Request Body Size in KB. Accepted values are in the range 1KB to 128KB. Defaults to 128KB.
Declaration
public readonly int? MaxRequestBodySizeKb
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
RequestBodyCheck
Is Request Body Inspection enabled? Defaults to true.
Declaration
public readonly bool? RequestBodyCheck
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
RuleSetType
The Type of the Rule Set used for this Web Application Firewall. Currently, only OWASP is supported.
Declaration
public readonly string RuleSetType
Field Value
| Type | Description |
|---|---|
| System.String |
RuleSetVersion
The Version of the Rule Set used for this Web Application Firewall. Possible values are 2.2.9, 3.0, and 3.1.
Declaration
public readonly string RuleSetVersion
Field Value
| Type | Description |
|---|---|
| System.String |