Class: DatadogAPIClient::V2::ApplicationSecurityWafCustomRuleActionAction

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/application_security_waf_custom_rule_action_action.rb

Overview

Override the default action to take when the WAF custom rule would block.

Constant Summary collapse

REDIRECT_REQUEST =
"redirect_request".freeze
BLOCK_REQUEST =
"block_request".freeze

Method Summary

Methods included from BaseEnumModel

included