Class: DatadogAPIClient::V2::ApplicationSecurityWafCustomRuleConditionParameters

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#dataObject

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

#inputsObject

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

#listObject

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

#optionsObject

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
  @options
end

#regexObject

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

#valueObject

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