Class: DatadogAPIClient::V2::SignalEntitiesAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SignalEntitiesAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/signal_entities_attributes.rb
Overview
Attributes containing the entities related to the signal.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#identities ⇒ Object
readonly
The identity entities related to the signal.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/signal_entities_attributes.rb', line 27 def additional_properties @additional_properties end |
#identities ⇒ Object
The identity entities related to the signal. Each item is a free-form object describing an identity (for example, a user or principal).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/signal_entities_attributes.rb', line 25 def identities @identities end |