Class: DatadogAPIClient::V2::GovernanceControlMitigationDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GovernanceControlMitigationDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb
Overview
The definition of a mitigation available for a control.
Instance Attribute Summary collapse
-
#action_verb ⇒ Object
readonly
The verb describing the mitigation action, such as
revokeordelete. -
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
readonly
A human-readable description of the mitigation.
-
#execution_modes ⇒ Object
The execution modes the mitigation supports, such as
manualorautomatic. -
#feature_flags ⇒ Object
readonly
The feature flags that gate the mitigation.
-
#id ⇒ Object
readonly
The unique identifier of the mitigation.
-
#manual_mitigation_warning ⇒ Object
readonly
A warning shown to the user before applying the mitigation manually.
-
#permissions ⇒ Object
readonly
The permissions required to apply the mitigation.
-
#requires_ai ⇒ Object
readonly
Whether the mitigation requires AI to be enabled.
-
#supported_parameters ⇒ Object
readonly
An array of parameter definitions.
-
#title ⇒ Object
readonly
A short, human-readable name for the mitigation.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#action_verb ⇒ Object
The verb describing the mitigation action, such as revoke or delete.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb', line 25 def action_verb @action_verb end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb', line 54 def additional_properties @additional_properties end |
#description ⇒ Object
A human-readable description of the mitigation.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb', line 28 def description @description end |
#execution_modes ⇒ Object
The execution modes the mitigation supports, such as manual or automatic.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb', line 31 def execution_modes @execution_modes end |
#feature_flags ⇒ Object
The feature flags that gate the mitigation.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb', line 34 def feature_flags @feature_flags end |
#id ⇒ Object
The unique identifier of the mitigation.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb', line 37 def id @id end |
#manual_mitigation_warning ⇒ Object
A warning shown to the user before applying the mitigation manually.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb', line 40 def manual_mitigation_warning @manual_mitigation_warning end |
#permissions ⇒ Object
The permissions required to apply the mitigation.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb', line 43 def @permissions end |
#requires_ai ⇒ Object
Whether the mitigation requires AI to be enabled.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb', line 46 def requires_ai @requires_ai end |
#supported_parameters ⇒ Object
An array of parameter definitions.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb', line 49 def supported_parameters @supported_parameters end |
#title ⇒ Object
A short, human-readable name for the mitigation.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb', line 52 def title @title end |