Class: DatadogAPIClient::V2::SecurityMonitoringRuleThirdPartyOptions
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringRuleThirdPartyOptions
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_rule_third_party_options.rb
Overview
Options on third party rules.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#default_notifications ⇒ Object
Notification targets for the logs that do not correspond to any of the cases.
-
#default_status ⇒ Object
Severity of the Security Signal.
-
#root_queries ⇒ Object
Queries to be combined with third party case queries.
-
#signal_title_template ⇒ Object
A template for the signal title; if omitted, the title is generated based on the case name.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_rule_third_party_options.rb', line 36 def additional_properties @additional_properties end |
#default_notifications ⇒ Object
Notification targets for the logs that do not correspond to any of the cases.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_rule_third_party_options.rb', line 25 def default_notifications @default_notifications end |
#default_status ⇒ Object
Severity of the Security Signal.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_rule_third_party_options.rb', line 28 def default_status @default_status end |
#root_queries ⇒ Object
Queries to be combined with third party case queries. Each of them can have different group by fields, to aggregate differently based on the type of alert.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_rule_third_party_options.rb', line 31 def root_queries @root_queries end |
#signal_title_template ⇒ Object
A template for the signal title; if omitted, the title is generated based on the case name.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_rule_third_party_options.rb', line 34 def signal_title_template @signal_title_template end |