Class: DatadogAPIClient::V2::SecurityEntityConfigRisks

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_riskObject

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_misconfigurationObject

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_roleObject

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_privilegedObject

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_productionObject

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_accessibleObject

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