Show / Hide Table of Contents

Class FirewallPolicyManagedRuleExclusionArgs

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

Constructors

View Source

FirewallPolicyManagedRuleExclusionArgs()

Declaration
public FirewallPolicyManagedRuleExclusionArgs()

Properties

View Source

MatchVariable

The variable type to be excluded. Possible values are QueryStringArgNames, RequestBodyPostArgNames, RequestCookieNames, RequestHeaderNames.

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

Operator

Comparison operator to apply to the selector when specifying which elements in the collection this exclusion applies to. Possible values are: Equals, Contains, StartsWith, EndsWith, EqualsAny.

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

Selector

Selector for the value in the match_variable attribute this exclusion applies to.

Declaration
public Input<string> Selector { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.