Class FirewallPolicyManagedRuleOverrideRule
Inheritance
System.Object
FirewallPolicyManagedRuleOverrideRule
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FirewallPolicyManagedRuleOverrideRule
Fields
View SourceAction
The action to be applied when the rule matches. Possible values are Allow, Block, Log, or Redirect.
Declaration
public readonly string Action
Field Value
| Type | Description |
|---|---|
| System.String |
Enabled
Is the managed rule override enabled or disabled. Defaults to false
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Exclusions
One or more exclusion blocks as defined below.
Declaration
public readonly ImmutableArray<FirewallPolicyManagedRuleOverrideRuleExclusion> Exclusions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<FirewallPolicyManagedRuleOverrideRuleExclusion> |
RuleId
Identifier for the managed rule.
Declaration
public readonly string RuleId
Field Value
| Type | Description |
|---|---|
| System.String |