Class PolicyCustomRuleArgs
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 PolicyCustomRuleArgs : ResourceArgs
Constructors
View SourcePolicyCustomRuleArgs()
Declaration
public PolicyCustomRuleArgs()
Properties
View SourceAction
Type of action.
Declaration
public Input<string> Action { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MatchConditions
One or more match_conditions blocks as defined below.
Declaration
public InputList<PolicyCustomRuleMatchConditionArgs> MatchConditions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PolicyCustomRuleMatchConditionArgs> |
Name
Gets name of the resource that is unique within a policy. This name can be used to access the resource.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Priority
Describes priority of the rule. Rules with a lower value will be evaluated before rules with a higher value.
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RuleType
Describes the type of rule.
Declaration
public Input<string> RuleType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |