Class: DatadogAPIClient::V2::ExecutionPolicyEffect

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

Overview

Whether the policy allows or denies matching actions.

Constant Summary collapse

ALLOW =
"allow".freeze
DENY =
"deny".freeze

Method Summary

Methods included from BaseEnumModel

included