Class: DatadogAPIClient::V2::SecurityMonitoringContentPackStateAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_incorrectObject

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_activationObject

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_logsObject

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_statusObject

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_collectedObject

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_indexObject

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

#stateObject

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