Show / Hide Table of Contents

Class PolicyCustomRuleMatchConditionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyCustomRuleMatchConditionArgs
Inherited Members
ResourceArgs.Empty
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 Source

PolicyCustomRuleMatchConditionArgs()

Declaration
public PolicyCustomRuleMatchConditionArgs()

Properties

View Source

MatchValues

A list of match values.

Declaration
public InputList<string> MatchValues { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

MatchVariables

One or more match_variables blocks as defined below.

Declaration
public InputList<PolicyCustomRuleMatchConditionMatchVariableArgs> MatchVariables { get; set; }
Property Value
Type Description
InputList<PolicyCustomRuleMatchConditionMatchVariableArgs>
View Source

NegationCondition

Describes if this is negate condition or not

Declaration
public Input<bool> NegationCondition { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Operator

Describes operator to be matched.

Declaration
public Input<string> Operator { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.