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 SourceMatchValues
A list of match values.
Declaration
public readonly ImmutableArray<string> MatchValues
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
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> |
NegationCondition
Describes if this is negate condition or not
Declaration
public readonly bool? NegationCondition
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Operator
Describes operator to be matched.
Declaration
public readonly string Operator
Field Value
| Type | Description |
|---|---|
| System.String |