Class: DatadogAPIClient::V2::GovernanceControlParameterDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GovernanceControlParameterDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/governance_control_parameter_definition.rb
Overview
The definition of a configurable parameter on a control or mitigation.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#default_value ⇒ Object
readonly
The default value of the parameter.
-
#description ⇒ Object
readonly
A human-readable description of the parameter.
-
#display_name ⇒ Object
readonly
The human-readable name of the parameter.
-
#hidden ⇒ Object
readonly
Whether the parameter is hidden from the UI.
-
#name ⇒ Object
readonly
The machine-readable name of the parameter.
-
#required ⇒ Object
readonly
Whether the parameter must be provided.
-
#supported_values ⇒ Object
readonly
The supported values for an enumerated parameter.
-
#type ⇒ Object
readonly
The type of the parameter, such as
integer,string,boolean,enum, orpattern_list.
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_parameter_definition.rb', line 48 def additional_properties @additional_properties end |
#default_value ⇒ Object
The default value of the parameter. The JSON type depends on the parameter's type.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/governance_control_parameter_definition.rb', line 25 def default_value @default_value end |
#description ⇒ Object
A human-readable description of the parameter.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/governance_control_parameter_definition.rb', line 28 def description @description end |
#display_name ⇒ Object
The human-readable name of the parameter.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/governance_control_parameter_definition.rb', line 31 def display_name @display_name end |
#hidden ⇒ Object
Whether the parameter is hidden from the UI.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/governance_control_parameter_definition.rb', line 34 def hidden @hidden end |
#name ⇒ Object
The machine-readable name of the parameter.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/governance_control_parameter_definition.rb', line 37 def name @name end |
#required ⇒ Object
Whether the parameter must be provided.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/governance_control_parameter_definition.rb', line 40 def required @required end |
#supported_values ⇒ Object
The supported values for an enumerated parameter.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/governance_control_parameter_definition.rb', line 43 def supported_values @supported_values end |
#type ⇒ Object
The type of the parameter, such as integer, string, boolean, enum, or pattern_list.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/governance_control_parameter_definition.rb', line 46 def type @type end |