共用方式為


ManagedRuleOverride Class

Definition

Defines a managed rule group override setting.

public class ManagedRuleOverride
type ManagedRuleOverride = class
Public Class ManagedRuleOverride
Inheritance
ManagedRuleOverride

Constructors

ManagedRuleOverride()

Initializes a new instance of the ManagedRuleOverride class.

ManagedRuleOverride(String, String, String)

Initializes a new instance of the ManagedRuleOverride class.

Properties

Action

Gets or sets describes the override action to be applied when rule matches. Possible values include: 'AnomalyScoring', 'Allow', 'Block', 'Log'

RuleId

Gets or sets identifier for the managed rule.

State

Gets or sets the state of the managed rule. Defaults to Disabled if not specified. Possible values include: 'Disabled', 'Enabled'

Methods

Validate()

Validate the object.

Applies to