Class: DatadogAPIClient::V2::DefaultInboxRuleDataResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DefaultInboxRuleDataResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/default_inbox_rule_data_response.rb
Overview
The data object for a default inbox rule returned by the API.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
Attributes of a default inbox rule returned by the API.
-
#id ⇒ Object
readonly
The ID of the default inbox rule.
-
#type ⇒ Object
readonly
The JSON:API type for default inbox rules.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/default_inbox_rule_data_response.rb', line 39 def additional_properties @additional_properties end |
#attributes ⇒ Object
Attributes of a default inbox rule returned by the API.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/default_inbox_rule_data_response.rb', line 25 def attributes @attributes end |
#id ⇒ Object
The ID of the default inbox rule.
Known default rule IDs include: identity_risk_default_rule,
secret_default_rule, library_vulnerability_default_rule,
attack_path_default_rule, host_and_container_vulnerability_default_rule,
runtime_code_vulnerability_default_rule, iac_misconfiguration_default_rule,
and misconfiguration_default_rule. Datadog can add new default rules
over time.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/default_inbox_rule_data_response.rb', line 34 def id @id end |
#type ⇒ Object
The JSON:API type for default inbox rules.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/default_inbox_rule_data_response.rb', line 37 def type @type end |