Show / Hide Table of Contents

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 Source

Action

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
View Source

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>
View Source

Exclusions

One or more exclusion blocks as defined below.

Declaration
public readonly ImmutableArray<FirewallPolicyManagedRuleOverrideRuleExclusion> Exclusions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<FirewallPolicyManagedRuleOverrideRuleExclusion>
View Source

RuleId

Identifier for the managed rule.

Declaration
public readonly string RuleId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.