Class: DatadogAPIClient::V2::SecurityMonitoringContentPackStateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringContentPackStateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_attributes.rb
Overview
Attributes of a content pack state
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cloud_siem_index_incorrect ⇒ Object
readonly
Whether the cloud SIEM index configuration is incorrect (only applies to certain pricing models).
-
#cp_activation ⇒ Object
readonly
The activation status of a content pack.
-
#filters_configured_for_logs ⇒ Object
readonly
Whether filters (Security Filters or Index Query depending on the pricing model) are configured for logs.
-
#integration_installed_status ⇒ Object
The installation status of the related integration.
-
#logs_last_collected ⇒ Object
readonly
Timestamp bucket indicating when logs were last collected.
-
#logs_seen_from_any_index ⇒ Object
readonly
Whether logs have been seen from any index.
-
#state ⇒ Object
readonly
The current status of a content pack.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_attributes.rb', line 45 def additional_properties @additional_properties end |
#cloud_siem_index_incorrect ⇒ Object
Whether the cloud SIEM index configuration is incorrect (only applies to certain pricing models)
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_attributes.rb', line 25 def cloud_siem_index_incorrect @cloud_siem_index_incorrect end |
#cp_activation ⇒ Object
The activation status of a content pack
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_attributes.rb', line 28 def cp_activation @cp_activation end |
#filters_configured_for_logs ⇒ Object
Whether filters (Security Filters or Index Query depending on the pricing model) are configured for logs
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_attributes.rb', line 31 def filters_configured_for_logs @filters_configured_for_logs end |
#integration_installed_status ⇒ Object
The installation status of the related integration
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_attributes.rb', line 34 def integration_installed_status @integration_installed_status end |
#logs_last_collected ⇒ Object
Timestamp bucket indicating when logs were last collected
37 38 39 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_attributes.rb', line 37 def logs_last_collected @logs_last_collected end |
#logs_seen_from_any_index ⇒ Object
Whether logs have been seen from any index
40 41 42 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_attributes.rb', line 40 def logs_seen_from_any_index @logs_seen_from_any_index end |
#state ⇒ Object
The current status of a content pack
43 44 45 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_attributes.rb', line 43 def state @state end |