Show / Hide Table of Contents

Class PolicyCustomRuleMatchCondition

Inheritance
System.Object
PolicyCustomRuleMatchCondition
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.Waf.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PolicyCustomRuleMatchCondition

Fields

View Source

MatchValues

A list of match values.

Declaration
public readonly ImmutableArray<string> MatchValues
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

MatchVariables

One or more match_variables blocks as defined below.

Declaration
public readonly ImmutableArray<PolicyCustomRuleMatchConditionMatchVariable> MatchVariables
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<PolicyCustomRuleMatchConditionMatchVariable>
View Source

NegationCondition

Describes if this is negate condition or not

Declaration
public readonly bool? NegationCondition
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Operator

Describes operator to be matched.

Declaration
public readonly string Operator
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.