Class: DatadogAPIClient::V2::SecurityEntityMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityEntityMetadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_entity_metadata.rb
Overview
Metadata about the entity from cloud providers
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Cloud account ID (AWS).
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#environments ⇒ Object
readonly
Environment tags associated with the entity.
-
#mitre_tactics ⇒ Object
readonly
MITRE ATT&CK tactics detected.
-
#mitre_techniques ⇒ Object
readonly
MITRE ATT&CK techniques detected.
-
#project_id ⇒ Object
Cloud project ID (GCP).
-
#services ⇒ Object
readonly
Services associated with the entity.
-
#sources ⇒ Object
readonly
Data sources that detected this entity.
-
#subscription_id ⇒ Object
Cloud subscription ID (Azure).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id ⇒ Object
Cloud account ID (AWS)
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_entity_metadata.rb', line 25 def account_id @account_id end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/security_entity_metadata.rb', line 48 def additional_properties @additional_properties end |
#environments ⇒ Object
Environment tags associated with the entity
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_entity_metadata.rb', line 28 def environments @environments end |
#mitre_tactics ⇒ Object
MITRE ATT&CK tactics detected
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_entity_metadata.rb', line 31 def mitre_tactics @mitre_tactics end |
#mitre_techniques ⇒ Object
MITRE ATT&CK techniques detected
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_entity_metadata.rb', line 34 def mitre_techniques @mitre_techniques end |
#project_id ⇒ Object
Cloud project ID (GCP)
37 38 39 |
# File 'lib/datadog_api_client/v2/models/security_entity_metadata.rb', line 37 def project_id @project_id end |
#services ⇒ Object
Services associated with the entity
40 41 42 |
# File 'lib/datadog_api_client/v2/models/security_entity_metadata.rb', line 40 def services @services end |
#sources ⇒ Object
Data sources that detected this entity
43 44 45 |
# File 'lib/datadog_api_client/v2/models/security_entity_metadata.rb', line 43 def sources @sources end |
#subscription_id ⇒ Object
Cloud subscription ID (Azure)
46 47 48 |
# File 'lib/datadog_api_client/v2/models/security_entity_metadata.rb', line 46 def subscription_id @subscription_id end |