Class: DatadogAPIClient::V2::EntityContextEntity

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/entity_context_entity.rb

Overview

A single entity returned by the entity context endpoint.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



34
35
36
# File 'lib/datadog_api_client/v2/models/entity_context_entity.rb', line 34

def additional_properties
  @additional_properties
end

#attributesObject

The attributes of an entity context entry, grouping all the historical revisions of the entity.



25
26
27
# File 'lib/datadog_api_client/v2/models/entity_context_entity.rb', line 25

def attributes
  @attributes
end

#idObject

The unique identifier of the entity.



28
29
30
# File 'lib/datadog_api_client/v2/models/entity_context_entity.rb', line 28

def id
  @id
end

#typeObject

The type of the entity. Reflects the underlying entity kind from the entity context store (for example, siem_entity_identity for identities). Defaults to entity when the kind is unknown.



32
33
34
# File 'lib/datadog_api_client/v2/models/entity_context_entity.rb', line 32

def type
  @type
end