Class: DatadogAPIClient::V2::UpdateAppProtectionLevelRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UpdateAppProtectionLevelRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/update_app_protection_level_request_data_attributes.rb
Overview
Attributes for updating an app’s publication protection level.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#protection_level ⇒ Object
readonly
The publication protection level of the app.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/update_app_protection_level_request_data_attributes.rb', line 27 def additional_properties @additional_properties end |
#protection_level ⇒ Object
The publication protection level of the app. ‘approval_required` means changes must go through an approval workflow before being published.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/update_app_protection_level_request_data_attributes.rb', line 25 def protection_level @protection_level end |