Class: DatadogAPIClient::V2::SecurityMonitoringCriticalAssetAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringCriticalAssetAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb
Overview
The attributes of the critical asset.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#creation_author_id ⇒ Object
ID of user who created the critical asset.
-
#creation_date ⇒ Object
A Unix millisecond timestamp given the creation date of the critical asset.
-
#creator ⇒ Object
A user.
-
#enabled ⇒ Object
Whether the critical asset is enabled.
-
#query ⇒ Object
The query for the critical asset.
-
#rule_query ⇒ Object
The rule query of the critical asset, with the same syntax as the search bar for detection rules.
-
#severity ⇒ Object
Severity associated with this critical asset.
-
#tags ⇒ Object
List of tags associated with the critical asset.
-
#update_author_id ⇒ Object
ID of user who updated the critical asset.
-
#update_date ⇒ Object
A Unix millisecond timestamp given the update date of the critical asset.
-
#updater ⇒ Object
A user.
-
#version ⇒ Object
readonly
The version of the critical asset; it starts at 1, and is incremented at each update.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
60 61 62 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb', line 60 def additional_properties @additional_properties end |
#creation_author_id ⇒ Object
ID of user who created the critical asset.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb', line 25 def @creation_author_id end |
#creation_date ⇒ Object
A Unix millisecond timestamp given the creation date of the critical asset.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb', line 28 def creation_date @creation_date end |
#creator ⇒ Object
A user.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb', line 31 def creator @creator end |
#enabled ⇒ Object
Whether the critical asset is enabled.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb', line 34 def enabled @enabled end |
#query ⇒ Object
The query for the critical asset. It uses the same syntax as the queries to search signals in the Signals Explorer.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb', line 37 def query @query end |
#rule_query ⇒ Object
The rule query of the critical asset, with the same syntax as the search bar for detection rules. This determines which rules this critical asset will apply to.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb', line 40 def rule_query @rule_query end |
#severity ⇒ Object
Severity associated with this critical asset. Either an explicit severity can be set, or the severity can be increased or decreased.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb', line 43 def severity @severity end |
#tags ⇒ Object
List of tags associated with the critical asset.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb', line 46 def @tags end |
#update_author_id ⇒ Object
ID of user who updated the critical asset.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb', line 49 def @update_author_id end |
#update_date ⇒ Object
A Unix millisecond timestamp given the update date of the critical asset.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb', line 52 def update_date @update_date end |
#updater ⇒ Object
A user.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb', line 55 def updater @updater end |
#version ⇒ Object
The version of the critical asset; it starts at 1, and is incremented at each update.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb', line 58 def version @version end |