Class: DatadogAPIClient::V2::ObservabilityPipelinePrometheusRemoteWriteDestinationAuthStrategy
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelinePrometheusRemoteWriteDestinationAuthStrategy
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_prometheus_remote_write_destination_auth_strategy.rb
Overview
The authentication strategy to use for outgoing Prometheus Remote Write requests.
Constant Summary collapse
- NONE =
"none".freeze
- BASIC =
"basic".freeze
- BEARER =
"bearer".freeze