Class: DatadogAPIClient::V1::SyntheticsBasicAuthJWTAlgorithm

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

Overview

Algorithm to use for the JWT authentication.

Constant Summary collapse

HS256 =
"HS256".freeze
RS256 =
"RS256".freeze
ES256 =
"ES256".freeze

Method Summary

Methods included from BaseEnumModel

included