Class: DatadogAPIClient::V2::ObservabilityPipelineWebsocketSourceAuthStrategy

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

Overview

Authentication strategy for the WebSocket source connection.

Constant Summary collapse

NONE =
"none".freeze
BASIC =
"basic".freeze
BEARER =
"bearer".freeze
CUSTOM =
"custom".freeze

Method Summary

Methods included from BaseEnumModel

included