Class: DatadogAPIClient::V2::AssetRisks
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AssetRisks
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/asset_risks.rb
Overview
Asset risks.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#has_access_to_sensitive_data ⇒ Object
Whether the asset has access to sensitive data or not.
-
#has_privileged_access ⇒ Object
Whether the asset has privileged access or not.
-
#in_production ⇒ Object
readonly
Whether the asset is in production or not.
-
#is_publicly_accessible ⇒ Object
Whether the asset is publicly accessible or not.
-
#under_attack ⇒ Object
Whether the asset is under attack or not.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/asset_risks.rb', line 39 def additional_properties @additional_properties end |
#has_access_to_sensitive_data ⇒ Object
Whether the asset has access to sensitive data or not.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/asset_risks.rb', line 25 def has_access_to_sensitive_data @has_access_to_sensitive_data end |
#has_privileged_access ⇒ Object
Whether the asset has privileged access or not.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/asset_risks.rb', line 28 def has_privileged_access @has_privileged_access end |
#in_production ⇒ Object
Whether the asset is in production or not.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/asset_risks.rb', line 31 def in_production @in_production end |
#is_publicly_accessible ⇒ Object
Whether the asset is publicly accessible or not.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/asset_risks.rb', line 34 def is_publicly_accessible @is_publicly_accessible end |
#under_attack ⇒ Object
Whether the asset is under attack or not.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/asset_risks.rb', line 37 def under_attack @under_attack end |