Show / Hide Table of Contents

Class FirewallPolicyManagedRuleOverrideExclusion

Inheritance
System.Object
FirewallPolicyManagedRuleOverrideExclusion
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 FirewallPolicyManagedRuleOverrideExclusion

Fields

View Source

MatchVariable

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

Declaration
public readonly string MatchVariable
Field Value
Type Description
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 readonly string Operator
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.