Class: DatadogAPIClient::V2::GovernanceControlAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GovernanceControlAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/governance_control_attributes.rb
Overview
The attributes of a governance control.
Instance Attribute Summary collapse
-
#active_detections_count ⇒ Object
readonly
The number of active detections for the control.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#category ⇒ Object
readonly
The value driver the control is grouped under, such as
securityorcost. -
#created_at ⇒ Object
readonly
The time the control configuration was created.
-
#created_by ⇒ Object
readonly
The UUID of the user who created the control configuration.
-
#description ⇒ Object
readonly
A human-readable description of what the control detects.
-
#detection_frequency ⇒ Object
readonly
How often detections are evaluated for the control.
-
#detection_parameters ⇒ Object
readonly
A free-form map of parameter names to their configured values.
-
#detection_type ⇒ Object
readonly
The detection type that uniquely identifies the control.
-
#feature_flags ⇒ Object
readonly
The feature flags that gate the control.
-
#insights ⇒ Object
readonly
The insight slugs associated with the control.
-
#last_detection_at ⇒ Object
The time of the most recent detection for the control.
-
#mitigated_detections_count ⇒ Object
readonly
The number of mitigated detections for the control.
-
#mitigation_parameters ⇒ Object
readonly
A free-form map of parameter names to their configured values.
-
#mitigation_type ⇒ Object
readonly
The configured mitigation type for the control.
-
#mitigations ⇒ Object
readonly
The mitigations available for a control.
-
#name ⇒ Object
readonly
Human-readable name of the control.
-
#next_steps ⇒ Object
readonly
Guidance on the next steps to remediate detections for the control.
-
#notification_frequency ⇒ Object
readonly
The configured notification frequency for the control.
-
#notification_parameters ⇒ Object
readonly
A free-form map of parameter names to their configured values.
-
#notification_type ⇒ Object
readonly
The configured notification type for the control.
-
#priority ⇒ Object
readonly
The priority of the control, such as
High. -
#product ⇒ Object
readonly
The product the control belongs to.
-
#release_status ⇒ Object
readonly
The release status of the control, such as
prodorbeta. -
#resource_type ⇒ Object
readonly
The type of resource the control evaluates.
-
#resource_type_display_name ⇒ Object
readonly
The human-readable name of the resource type.
-
#supported_detection_parameters ⇒ Object
readonly
An array of parameter definitions.
-
#supported_notification_parameters ⇒ Object
readonly
An array of parameter definitions.
-
#task ⇒ Object
readonly
A short description of the remediation task for the control.
-
#type ⇒ Object
readonly
The control type, such as
ProactiveorDetection. -
#usage_concern ⇒ Object
readonly
The usage concern the control addresses, such as
SecurityorCost Optimization.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#active_detections_count ⇒ Object
The number of active detections for the control.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 25 def active_detections_count @active_detections_count end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
114 115 116 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 114 def additional_properties @additional_properties end |
#category ⇒ Object
The value driver the control is grouped under, such as security or cost.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 28 def category @category end |
#created_at ⇒ Object
The time the control configuration was created.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 31 def created_at @created_at end |
#created_by ⇒ Object
The UUID of the user who created the control configuration.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 34 def created_by @created_by end |
#description ⇒ Object
A human-readable description of what the control detects.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 37 def description @description end |
#detection_frequency ⇒ Object
How often detections are evaluated for the control.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 40 def detection_frequency @detection_frequency end |
#detection_parameters ⇒ Object
A free-form map of parameter names to their configured values.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 43 def detection_parameters @detection_parameters end |
#detection_type ⇒ Object
The detection type that uniquely identifies the control.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 46 def detection_type @detection_type end |
#feature_flags ⇒ Object
The feature flags that gate the control.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 49 def feature_flags @feature_flags end |
#insights ⇒ Object
The insight slugs associated with the control.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 52 def insights @insights end |
#last_detection_at ⇒ Object
The time of the most recent detection for the control. null when there are no detections.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 55 def last_detection_at @last_detection_at end |
#mitigated_detections_count ⇒ Object
The number of mitigated detections for the control.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 58 def mitigated_detections_count @mitigated_detections_count end |
#mitigation_parameters ⇒ Object
A free-form map of parameter names to their configured values.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 61 def mitigation_parameters @mitigation_parameters end |
#mitigation_type ⇒ Object
The configured mitigation type for the control. Empty when not configured.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 64 def mitigation_type @mitigation_type end |
#mitigations ⇒ Object
The mitigations available for a control.
67 68 69 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 67 def mitigations @mitigations end |
#name ⇒ Object
Human-readable name of the control.
70 71 72 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 70 def name @name end |
#next_steps ⇒ Object
Guidance on the next steps to remediate detections for the control.
73 74 75 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 73 def next_steps @next_steps end |
#notification_frequency ⇒ Object
The configured notification frequency for the control. Empty when not configured.
76 77 78 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 76 def notification_frequency @notification_frequency end |
#notification_parameters ⇒ Object
A free-form map of parameter names to their configured values.
79 80 81 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 79 def notification_parameters @notification_parameters end |
#notification_type ⇒ Object
The configured notification type for the control. Empty when not configured.
82 83 84 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 82 def notification_type @notification_type end |
#priority ⇒ Object
The priority of the control, such as High.
85 86 87 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 85 def priority @priority end |
#product ⇒ Object
The product the control belongs to.
88 89 90 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 88 def product @product end |
#release_status ⇒ Object
The release status of the control, such as prod or beta.
91 92 93 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 91 def release_status @release_status end |
#resource_type ⇒ Object
The type of resource the control evaluates.
94 95 96 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 94 def resource_type @resource_type end |
#resource_type_display_name ⇒ Object
The human-readable name of the resource type.
97 98 99 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 97 def resource_type_display_name @resource_type_display_name end |
#supported_detection_parameters ⇒ Object
An array of parameter definitions.
100 101 102 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 100 def supported_detection_parameters @supported_detection_parameters end |
#supported_notification_parameters ⇒ Object
An array of parameter definitions.
103 104 105 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 103 def supported_notification_parameters @supported_notification_parameters end |
#task ⇒ Object
A short description of the remediation task for the control.
106 107 108 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 106 def task @task end |
#type ⇒ Object
The control type, such as Proactive or Detection.
109 110 111 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 109 def type @type end |
#usage_concern ⇒ Object
The usage concern the control addresses, such as Security or Cost Optimization.
112 113 114 |
# File 'lib/datadog_api_client/v2/models/governance_control_attributes.rb', line 112 def usage_concern @usage_concern end |