Class: DatadogAPIClient::V2::DowntimeRunAsPrincipalType

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

Overview

The type of principal allowed to act on behalf of the downtime.

Constant Summary collapse

USER =
"user".freeze
ROLE =
"role".freeze
TEAM =
"team".freeze

Method Summary

Methods included from BaseEnumModel

included