Class: DatadogAPIClient::V2::ApplicationSecurityWafCustomRuleConditionParameters
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ApplicationSecurityWafCustomRuleConditionParameters
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_parameters.rb
Overview
The scope of the WAF custom rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
Identifier of a list of data from the denylist.
-
#inputs ⇒ Object
readonly
List of inputs on which at least one should match with the given operator.
-
#list ⇒ Object
List of value to use with the condition.
-
#options ⇒ Object
Options for the operator of this condition.
-
#regex ⇒ Object
Regex to use with the condition.
-
#value ⇒ Object
Store the captured value in the specified tag name.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_parameters.rb', line 43 def additional_properties @additional_properties end |
#data ⇒ Object
Identifier of a list of data from the denylist. Can only be used as substitution from the list parameter.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_parameters.rb', line 25 def data @data end |
#inputs ⇒ Object
List of inputs on which at least one should match with the given operator.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_parameters.rb', line 28 def inputs @inputs end |
#list ⇒ Object
List of value to use with the condition. Only used with the phrase_match, !phrase_match, exact_match and !exact_match operator.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_parameters.rb', line 32 def list @list end |
#options ⇒ Object
Options for the operator of this condition.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_parameters.rb', line 35 def @options end |
#regex ⇒ Object
Regex to use with the condition. Only used with match_regex and !match_regex operator.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_parameters.rb', line 38 def regex @regex end |
#value ⇒ Object
Store the captured value in the specified tag name. Only used with the capture_data operator.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_parameters.rb', line 41 def value @value end |