| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsBasicAuthJWTType |
SyntheticsBasicAuthJWTType.JWT |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsBasicAuthJWTType |
SyntheticsBasicAuthJWTType.fromValue(String value) |
SyntheticsBasicAuthJWTType |
SyntheticsBasicAuthJWT.getType()
The type of authentication to use when performing the test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsBasicAuthJWTType.SyntheticsBasicAuthJWTTypeSerializer.serialize(SyntheticsBasicAuthJWTType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsBasicAuthJWT.setType(SyntheticsBasicAuthJWTType type) |
SyntheticsBasicAuthJWT |
SyntheticsBasicAuthJWT.type(SyntheticsBasicAuthJWTType type) |
| Constructor and Description |
|---|
SyntheticsBasicAuthJWT(SyntheticsBasicAuthJWTAlgorithm algorithm,
String payload,
String secret,
SyntheticsBasicAuthJWTType type) |
| Constructor and Description |
|---|
SyntheticsBasicAuthJWTTypeSerializer(Class<SyntheticsBasicAuthJWTType> t) |
Copyright © 2026. All rights reserved.