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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#config_risks ⇒ Object
readonly
Configuration risks associated with the entity.
-
#entity_id ⇒ Object
readonly
Unique identifier for 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_type ⇒ Object
readonly
Type of the entity (e.g., aws_iam_user, aws_ec2_instance).
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
66 67 68 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 66 def additional_properties @additional_properties end |
#config_risks ⇒ Object
Configuration risks associated with the entity
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 25 def config_risks @config_risks end |
#entity_id ⇒ Object
Unique identifier for the entity
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 28 def entity_id @entity_id 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_type ⇒ Object
Type of the entity (e.g., aws_iam_user, aws_ec2_instance)
43 44 45 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 43 def entity_type @entity_type end |
#first_detected ⇒ Object
Timestamp when the entity was first detected (Unix milliseconds)
46 47 48 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 46 def first_detected @first_detected end |
#last_activity_title ⇒ Object
Title of the most recent signal detected for this entity
49 50 51 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 49 def last_activity_title @last_activity_title end |
#last_detected ⇒ Object
Timestamp when the entity was last detected (Unix milliseconds)
52 53 54 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 52 def last_detected @last_detected end |
#risk_score ⇒ Object
Current risk score for the entity
55 56 57 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 55 def risk_score @risk_score end |
#risk_score_evolution ⇒ Object
Change in risk score compared to previous period
58 59 60 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 58 def risk_score_evolution @risk_score_evolution end |
#severity ⇒ Object
Severity level based on risk score
61 62 63 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 61 def severity @severity end |
#signals_detected ⇒ Object
Number of security signals detected for this entity
64 65 66 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb', line 64 def signals_detected @signals_detected end |