Class: DatadogAPIClient::V2::SecurityEntityConfigRisks
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityEntityConfigRisks
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_entity_config_risks.rb
Overview
Configuration risks associated with the entity
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#has_identity_risk ⇒ Object
readonly
Whether the entity has identity risks.
-
#has_misconfiguration ⇒ Object
readonly
Whether the entity has misconfigurations.
-
#has_privileged_role ⇒ Object
readonly
Whether the entity has privileged roles.
-
#is_privileged ⇒ Object
readonly
Whether the entity has privileged access.
-
#is_production ⇒ Object
readonly
Whether the entity is in a production environment.
-
#is_publicly_accessible ⇒ Object
readonly
Whether the entity is publicly accessible.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/security_entity_config_risks.rb', line 42 def additional_properties @additional_properties end |
#has_identity_risk ⇒ Object
Whether the entity has identity risks
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_entity_config_risks.rb', line 25 def has_identity_risk @has_identity_risk end |
#has_misconfiguration ⇒ Object
Whether the entity has misconfigurations
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_entity_config_risks.rb', line 28 def has_misconfiguration @has_misconfiguration end |
#has_privileged_role ⇒ Object
Whether the entity has privileged roles
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_entity_config_risks.rb', line 31 def has_privileged_role @has_privileged_role end |
#is_privileged ⇒ Object
Whether the entity has privileged access
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_entity_config_risks.rb', line 34 def is_privileged @is_privileged end |
#is_production ⇒ Object
Whether the entity is in a production environment
37 38 39 |
# File 'lib/datadog_api_client/v2/models/security_entity_config_risks.rb', line 37 def is_production @is_production end |
#is_publicly_accessible ⇒ Object
Whether the entity is publicly accessible
40 41 42 |
# File 'lib/datadog_api_client/v2/models/security_entity_config_risks.rb', line 40 def is_publicly_accessible @is_publicly_accessible end |