Class: DatadogAPIClient::V2::SecurityMonitoringSignalAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringSignalAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_signal_attributes.rb
Overview
The object containing all signal attributes and their associated values.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#custom ⇒ Object
A JSON object of attributes in the security signal.
-
#message ⇒ Object
The message in the security signal defined by the rule that generated the signal.
-
#tags ⇒ Object
An array of tags associated with the security signal.
-
#timestamp ⇒ Object
The timestamp of the security signal.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_attributes.rb', line 37 def additional_properties @additional_properties end |
#custom ⇒ Object
A JSON object of attributes in the security signal.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_attributes.rb', line 26 def custom @custom end |
#message ⇒ Object
The message in the security signal defined by the rule that generated the signal.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_attributes.rb', line 29 def @message end |
#tags ⇒ Object
An array of tags associated with the security signal.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_attributes.rb', line 32 def @tags end |
#timestamp ⇒ Object
The timestamp of the security signal.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_attributes.rb', line 35 def @timestamp end |