Class: DatadogAPIClient::V2::WorkflowRunAsUserMode

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

Overview

The effective type of identity used to run the workflow.

Constant Summary collapse

OWNER =
"owner".freeze
SERVICE_ACCOUNT =
"service_account".freeze
INITIATOR =
"initiator".freeze

Method Summary

Methods included from BaseEnumModel

included