| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsBasicAuthOauthROPType |
SyntheticsBasicAuthOauthROPType.OAUTH_ROP |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsBasicAuthOauthROPType |
SyntheticsBasicAuthOauthROPType.fromValue(String value) |
SyntheticsBasicAuthOauthROPType |
SyntheticsBasicAuthOauthROP.getType()
The type of basic authentication to use when performing the test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsBasicAuthOauthROPType.SyntheticsBasicAuthOauthROPTypeSerializer.serialize(SyntheticsBasicAuthOauthROPType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsBasicAuthOauthROP.setType(SyntheticsBasicAuthOauthROPType type) |
SyntheticsBasicAuthOauthROP |
SyntheticsBasicAuthOauthROP.type(SyntheticsBasicAuthOauthROPType type) |
| Constructor and Description |
|---|
SyntheticsBasicAuthOauthROP(String accessTokenUrl,
String password,
SyntheticsBasicAuthOauthTokenApiAuthentication tokenApiAuthentication,
SyntheticsBasicAuthOauthROPType type,
String username) |
| Constructor and Description |
|---|
SyntheticsBasicAuthOauthROPTypeSerializer(Class<SyntheticsBasicAuthOauthROPType> t) |
Copyright © 2024. All rights reserved.