Class: DatadogAPIClient::V2::SecurityMonitoringCriticalAssetCreateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringCriticalAssetCreateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_critical_asset_create_attributes.rb
Overview
Object containing the attributes of the critical asset to be created.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#enabled ⇒ Object
Whether the critical asset is enabled.
-
#query ⇒ Object
readonly
The query for the critical asset.
-
#rule_query ⇒ Object
readonly
The rule query of the critical asset, with the same syntax as the search bar for detection rules.
-
#severity ⇒ Object
readonly
Severity associated with this critical asset.
-
#tags ⇒ Object
List of tags associated with the critical asset.
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/security_monitoring_critical_asset_create_attributes.rb', line 39 def additional_properties @additional_properties end |
#enabled ⇒ Object
Whether the critical asset is enabled. Defaults to true if not specified.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_create_attributes.rb', line 25 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.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_create_attributes.rb', line 28 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.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_create_attributes.rb', line 31 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.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_create_attributes.rb', line 34 def severity @severity end |
#tags ⇒ Object
List of tags associated with the critical asset.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_critical_asset_create_attributes.rb', line 37 def @tags end |