Class: DatadogAPIClient::V2::AppProtectionLevel

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/app_protection_level.rb

Overview

The publication protection level of the app. ‘approval_required` means changes must go through an approval workflow before being published.

Constant Summary collapse

DIRECT_PUBLISH =
"direct_publish".freeze
APPROVAL_REQUIRED =
"approval_required".freeze

Method Summary

Methods included from BaseEnumModel

included