Class FirewallPolicyManagedRuleOverrideRuleExclusion
Inheritance
System.Object
FirewallPolicyManagedRuleOverrideRuleExclusion
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.FrontDoor.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FirewallPolicyManagedRuleOverrideRuleExclusion
Fields
View SourceMatchVariable
The variable type to be excluded. Possible values are QueryStringArgNames, RequestBodyPostArgNames, RequestCookieNames, RequestHeaderNames.
Declaration
public readonly string MatchVariable
Field Value
| Type | Description |
|---|---|
| System.String |
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 readonly string Operator
Field Value
| Type | Description |
|---|---|
| System.String |
Selector
Selector for the value in the match_variable attribute this exclusion applies to.
Declaration
public readonly string Selector
Field Value
| Type | Description |
|---|---|
| System.String |