Class: DatadogAPIClient::V2::SecurityMonitoringStandardRuleResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringStandardRuleResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb
Overview
Rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cases ⇒ Object
Cases for generating signals.
-
#compliance_signal_options ⇒ Object
How to generate compliance signals.
-
#created_at ⇒ Object
When the rule was created, timestamp in milliseconds.
-
#creation_author_id ⇒ Object
User ID of the user who created the rule.
-
#default_tags ⇒ Object
Default Tags for default rules (included in tags).
-
#deprecation_date ⇒ Object
When the rule will be deprecated, timestamp in milliseconds.
-
#filters ⇒ Object
Additional queries to filter matched events before they are processed.
-
#has_extended_title ⇒ Object
Whether the notifications include the triggering group-by values in their title.
-
#id ⇒ Object
The ID of the rule.
-
#is_default ⇒ Object
Whether the rule is included by default.
-
#is_deleted ⇒ Object
Whether the rule has been deleted.
-
#is_enabled ⇒ Object
Whether the rule is enabled.
-
#message ⇒ Object
Message for generated signals.
-
#name ⇒ Object
The name of the rule.
-
#options ⇒ Object
Options on rules.
-
#queries ⇒ Object
Queries for selecting logs which are part of the rule.
-
#reference_tables ⇒ Object
Reference tables for the rule.
-
#tags ⇒ Object
Tags for generated signals.
-
#third_party_cases ⇒ Object
Cases for generating signals from third-party rules.
-
#type ⇒ Object
The rule type.
-
#update_author_id ⇒ Object
User ID of the user who updated the rule.
-
#version ⇒ Object
The version of the rule.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
90 91 92 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 90 def additional_properties @additional_properties end |
#cases ⇒ Object
Cases for generating signals.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 25 def cases @cases end |
#compliance_signal_options ⇒ Object
How to generate compliance signals. Useful for cloud_configuration rules only.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 28 def @compliance_signal_options end |
#created_at ⇒ Object
When the rule was created, timestamp in milliseconds.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 31 def created_at @created_at end |
#creation_author_id ⇒ Object
User ID of the user who created the rule.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 34 def @creation_author_id end |
#default_tags ⇒ Object
Default Tags for default rules (included in tags)
37 38 39 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 37 def @default_tags end |
#deprecation_date ⇒ Object
When the rule will be deprecated, timestamp in milliseconds.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 40 def deprecation_date @deprecation_date end |
#filters ⇒ Object
Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 43 def filters @filters end |
#has_extended_title ⇒ Object
Whether the notifications include the triggering group-by values in their title.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 46 def has_extended_title @has_extended_title end |
#id ⇒ Object
The ID of the rule.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 49 def id @id end |
#is_default ⇒ Object
Whether the rule is included by default.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 52 def is_default @is_default end |
#is_deleted ⇒ Object
Whether the rule has been deleted.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 55 def is_deleted @is_deleted end |
#is_enabled ⇒ Object
Whether the rule is enabled.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 58 def is_enabled @is_enabled end |
#message ⇒ Object
Message for generated signals.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 61 def @message end |
#name ⇒ Object
The name of the rule.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 64 def name @name end |
#options ⇒ Object
Options on rules.
67 68 69 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 67 def @options end |
#queries ⇒ Object
Queries for selecting logs which are part of the rule.
70 71 72 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 70 def queries @queries end |
#reference_tables ⇒ Object
Reference tables for the rule.
73 74 75 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 73 def reference_tables @reference_tables end |
#tags ⇒ Object
Tags for generated signals.
76 77 78 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 76 def @tags end |
#third_party_cases ⇒ Object
Cases for generating signals from third-party rules. Only available for third-party rules.
79 80 81 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 79 def third_party_cases @third_party_cases end |
#type ⇒ Object
The rule type.
82 83 84 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 82 def type @type end |
#update_author_id ⇒ Object
User ID of the user who updated the rule.
85 86 87 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 85 def @update_author_id end |
#version ⇒ Object
The version of the rule.
88 89 90 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb', line 88 def version @version end |