Class: DatadogAPIClient::V2::ApplicationSecurityPolicyRulesetOverride Deprecated

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

Overview

Deprecated.

This model is deprecated.

Deprecated: Override WAF ruleset parameters. Use protectionPresets instead.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



35
36
37
# File 'lib/datadog_api_client/v2/models/application_security_policy_ruleset_override.rb', line 35

def additional_properties
  @additional_properties
end

#blockingObject

When blocking is enabled, the ruleset will block the traffic it matches.



27
28
29
# File 'lib/datadog_api_client/v2/models/application_security_policy_ruleset_override.rb', line 27

def blocking
  @blocking
end

#enabledObject

When false, this ruleset will not match any traffic.



30
31
32
# File 'lib/datadog_api_client/v2/models/application_security_policy_ruleset_override.rb', line 30

def enabled
  @enabled
end

#idObject

The identifier of the ruleset to override.



33
34
35
# File 'lib/datadog_api_client/v2/models/application_security_policy_ruleset_override.rb', line 33

def id
  @id
end