Class: DatadogAPIClient::V2::AuditLogsEventAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AuditLogsEventAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/audit_logs_event_attributes.rb
Overview
JSON object containing all event attributes and their associated values.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
JSON object of attributes from Audit Logs events.
-
#message ⇒ Object
Message of the event.
-
#service ⇒ Object
Name of the application or service generating Audit Logs events.
-
#tags ⇒ Object
Array of tags associated with your event.
-
#timestamp ⇒ Object
Timestamp of your event.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/audit_logs_event_attributes.rb', line 41 def additional_properties @additional_properties end |
#attributes ⇒ Object
JSON object of attributes from Audit Logs events.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/audit_logs_event_attributes.rb', line 25 def attributes @attributes end |
#message ⇒ Object
Message of the event.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/audit_logs_event_attributes.rb', line 28 def @message end |
#service ⇒ Object
Name of the application or service generating Audit Logs events. This name is used to correlate Audit Logs to APM, so make sure you specify the same value when you use both products.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/audit_logs_event_attributes.rb', line 33 def service @service end |
#tags ⇒ Object
Array of tags associated with your event.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/audit_logs_event_attributes.rb', line 36 def @tags end |
#timestamp ⇒ Object
Timestamp of your event.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/audit_logs_event_attributes.rb', line 39 def @timestamp end |