| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static OktaAccountType |
OktaAccountType.OKTA_ACCOUNTS |
| Modifier and Type | Method and Description |
|---|---|
static OktaAccountType |
OktaAccountType.fromValue(String value) |
OktaAccountType |
OktaAccountUpdateRequestData.getType()
Account type for an Okta account.
|
OktaAccountType |
OktaAccountResponseData.getType()
Account type for an Okta account.
|
OktaAccountType |
OktaAccount.getType()
Account type for an Okta account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OktaAccountType.OktaAccountTypeSerializer.serialize(OktaAccountType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
OktaAccountUpdateRequestData.setType(OktaAccountType type) |
void |
OktaAccountResponseData.setType(OktaAccountType type) |
void |
OktaAccount.setType(OktaAccountType type) |
OktaAccountUpdateRequestData |
OktaAccountUpdateRequestData.type(OktaAccountType type) |
OktaAccountResponseData |
OktaAccountResponseData.type(OktaAccountType type) |
OktaAccount |
OktaAccount.type(OktaAccountType type) |
| Constructor and Description |
|---|
OktaAccount(OktaAccountAttributes attributes,
OktaAccountType type) |
OktaAccountResponseData(OktaAccountAttributes attributes,
String id,
OktaAccountType type) |
| Constructor and Description |
|---|
OktaAccountTypeSerializer(Class<OktaAccountType> t) |
Copyright © 2024. All rights reserved.