Class: DatadogAPIClient::V2::SecurityEntityRiskScoreAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityEntityRiskScoreAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb
Overview
Attributes of an entity risk score.
Instance Attribute Summary collapse
-
#account_ids ⇒ Object
readonly
Cloud account IDs associated with the entity.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#config_risks ⇒ Object
readonly
Configuration risks associated with the entity.
-
#entity_metadata ⇒ Object
readonly
Metadata about the entity from cloud providers.
-
#entity_name ⇒ Object
Human-readable name of the entity.
-
#entity_providers ⇒ Object
readonly
Cloud providers associated with the entity.
-
#entity_roles ⇒ Object
Roles associated with the entity.
-
#entity_sub_types ⇒ Object
readonly
Sub-types associated with the entity.
-
#entity_type ⇒ Object
Type of the entity (for example, aws_iam_user, aws_ec2_instance).
-
#entity_types ⇒ Object
All types associated with the entity.
-
#first_detected ⇒ Object
readonly
Timestamp when the entity was first detected (Unix milliseconds).
-
#last_activity_title ⇒ Object
readonly
Title of the most recent signal detected for this entity.
-
#last_detected ⇒ Object
readonly
Timestamp when the entity was last detected (Unix milliseconds).
-
#risk_score ⇒ Object
readonly
Current risk score for the entity.
-
#risk_score_evolution ⇒ Object
readonly
Change in risk score compared to previous period.
-
#severity ⇒ Object
readonly
Severity level based on risk score.
-
#signals_detected ⇒ Object
readonly
Number of security signals detected for this entity.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_ids ⇒ Object
Cloud account IDs associated with the entity.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 25 def account_ids @account_ids end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
72 73 74 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 72 def additional_properties @additional_properties end |
#config_risks ⇒ Object
Configuration risks associated with the entity
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 28 def config_risks @config_risks end |
#entity_metadata ⇒ Object
Metadata about the entity from cloud providers
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 31 def @entity_metadata end |
#entity_name ⇒ Object
Human-readable name of the entity.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 34 def entity_name @entity_name end |
#entity_providers ⇒ Object
Cloud providers associated with the entity.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 37 def entity_providers @entity_providers end |
#entity_roles ⇒ Object
Roles associated with the entity.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 40 def entity_roles @entity_roles end |
#entity_sub_types ⇒ Object
Sub-types associated with the entity.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 43 def entity_sub_types @entity_sub_types end |
#entity_type ⇒ Object
Type of the entity (for example, aws_iam_user, aws_ec2_instance).
46 47 48 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 46 def entity_type @entity_type end |
#entity_types ⇒ Object
All types associated with the entity.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 49 def entity_types @entity_types end |
#first_detected ⇒ Object
Timestamp when the entity was first detected (Unix milliseconds).
52 53 54 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 52 def first_detected @first_detected end |
#last_activity_title ⇒ Object
Title of the most recent signal detected for this entity.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 55 def last_activity_title @last_activity_title end |
#last_detected ⇒ Object
Timestamp when the entity was last detected (Unix milliseconds).
58 59 60 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 58 def last_detected @last_detected end |
#risk_score ⇒ Object
Current risk score for the entity.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 61 def risk_score @risk_score end |
#risk_score_evolution ⇒ Object
Change in risk score compared to previous period.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 64 def risk_score_evolution @risk_score_evolution end |
#severity ⇒ Object
Severity level based on risk score
67 68 69 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 67 def severity @severity end |
#signals_detected ⇒ Object
Number of security signals detected for this entity.
70 71 72 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 70 def signals_detected @signals_detected end |