Class FirewallPolicyManagedRuleOverrideRuleArgs
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.FrontDoor.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FirewallPolicyManagedRuleOverrideRuleArgs : ResourceArgs
Constructors
View SourceFirewallPolicyManagedRuleOverrideRuleArgs()
Declaration
public FirewallPolicyManagedRuleOverrideRuleArgs()
Properties
View SourceAction
The action to be applied when the rule matches. Possible values are Allow, Block, Log, or Redirect.
Declaration
public Input<string> Action { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
Is the managed rule override enabled or disabled. Defaults to false
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Exclusions
One or more exclusion blocks as defined below.
Declaration
public InputList<FirewallPolicyManagedRuleOverrideRuleExclusionArgs> Exclusions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FirewallPolicyManagedRuleOverrideRuleExclusionArgs> |
RuleId
Identifier for the managed rule.
Declaration
public Input<string> RuleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |