Class: DatadogAPIClient::V2::GovernanceControlUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GovernanceControlUpdateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/governance_control_update_attributes.rb
Overview
The attributes of a governance control that can be updated. Only the attributes present in the request are modified.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#detection_frequency ⇒ Object
How often detections should be evaluated for the control.
-
#detection_parameters ⇒ Object
A free-form map of parameter names to their configured values.
-
#mitigation_parameters ⇒ Object
A free-form map of parameter names to their configured values.
-
#mitigation_type ⇒ Object
The mitigation type to configure for the control.
-
#name ⇒ Object
A new human-readable name for the control.
-
#notification_frequency ⇒ Object
The notification frequency to configure for the control.
-
#notification_parameters ⇒ Object
A free-form map of parameter names to their configured values.
-
#notification_type ⇒ Object
The notification type to configure for the control.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/governance_control_update_attributes.rb', line 48 def additional_properties @additional_properties end |
#detection_frequency ⇒ Object
How often detections should be evaluated for the control.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/governance_control_update_attributes.rb', line 25 def detection_frequency @detection_frequency end |
#detection_parameters ⇒ Object
A free-form map of parameter names to their configured values.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/governance_control_update_attributes.rb', line 28 def detection_parameters @detection_parameters end |
#mitigation_parameters ⇒ Object
A free-form map of parameter names to their configured values.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/governance_control_update_attributes.rb', line 31 def mitigation_parameters @mitigation_parameters end |
#mitigation_type ⇒ Object
The mitigation type to configure for the control.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/governance_control_update_attributes.rb', line 34 def mitigation_type @mitigation_type end |
#name ⇒ Object
A new human-readable name for the control.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/governance_control_update_attributes.rb', line 37 def name @name end |
#notification_frequency ⇒ Object
The notification frequency to configure for the control.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/governance_control_update_attributes.rb', line 40 def notification_frequency @notification_frequency end |
#notification_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_update_attributes.rb', line 43 def notification_parameters @notification_parameters end |
#notification_type ⇒ Object
The notification type to configure for the control.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/governance_control_update_attributes.rb', line 46 def notification_type @notification_type end |