Show / Hide Table of Contents

Class ApplicationGatewayWafConfigurationDisabledRuleGroupArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationGatewayWafConfigurationDisabledRuleGroupArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayWafConfigurationDisabledRuleGroupArgs : ResourceArgs

Constructors

View Source

ApplicationGatewayWafConfigurationDisabledRuleGroupArgs()

Declaration
public ApplicationGatewayWafConfigurationDisabledRuleGroupArgs()

Properties

View Source

RuleGroupName

The rule group where specific rules should be disabled. Accepted values are: crs_20_protocol_violations, crs_21_protocol_anomalies, crs_23_request_limits, crs_30_http_policy, crs_35_bad_robots, crs_40_generic_attacks, crs_41_sql_injection_attacks, crs_41_xss_attacks, crs_42_tight_security, crs_45_trojans, General, REQUEST-911-METHOD-ENFORCEMENT, REQUEST-913-SCANNER-DETECTION, REQUEST-920-PROTOCOL-ENFORCEMENT, REQUEST-921-PROTOCOL-ATTACK, REQUEST-930-APPLICATION-ATTACK-LFI, REQUEST-931-APPLICATION-ATTACK-RFI, REQUEST-932-APPLICATION-ATTACK-RCE, REQUEST-933-APPLICATION-ATTACK-PHP, REQUEST-941-APPLICATION-ATTACK-XSS, REQUEST-942-APPLICATION-ATTACK-SQLI, REQUEST-943-APPLICATION-ATTACK-SESSION-FIXATION

Declaration
public Input<string> RuleGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Rules

A list of rules which should be disabled in that group. Disables all rules in the specified group if rules is not specified.

Declaration
public InputList<int> Rules { get; set; }
Property Value
Type Description
InputList<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.