Class PolicyCustomRuleMatchConditionArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PolicyCustomRuleMatchConditionArgs : ResourceArgs
Constructors
View SourcePolicyCustomRuleMatchConditionArgs()
Declaration
public PolicyCustomRuleMatchConditionArgs()
Properties
View SourceMatchValues
A list of match values.
Declaration
public InputList<string> MatchValues { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
MatchVariables
One or more match_variables blocks as defined below.
Declaration
public InputList<PolicyCustomRuleMatchConditionMatchVariableArgs> MatchVariables { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PolicyCustomRuleMatchConditionMatchVariableArgs> |
NegationCondition
Describes if this is negate condition or not
Declaration
public Input<bool> NegationCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Operator
Describes operator to be matched.
Declaration
public Input<string> Operator { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |