| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static SAMLConfigurationsType |
SAMLConfigurationsType.SAML_CONFIGURATIONS |
| Modifier and Type | Method and Description |
|---|---|
static SAMLConfigurationsType |
SAMLConfigurationsType.fromValue(String value) |
SAMLConfigurationsType |
SAMLConfigurationUpdateData.getType()
SAML configurations resource type.
|
SAMLConfigurationsType |
SAMLConfiguration.getType()
SAML configurations resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SAMLConfigurationsType.SAMLConfigurationsTypeSerializer.serialize(SAMLConfigurationsType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SAMLConfigurationUpdateData.setType(SAMLConfigurationsType type) |
void |
SAMLConfiguration.setType(SAMLConfigurationsType type) |
SAMLConfigurationUpdateData |
SAMLConfigurationUpdateData.type(SAMLConfigurationsType type) |
SAMLConfiguration |
SAMLConfiguration.type(SAMLConfigurationsType type) |
| Constructor and Description |
|---|
SAMLConfiguration(String id,
SAMLConfigurationsType type) |
SAMLConfigurationUpdateData(String id,
SAMLConfigurationsType type) |
| Constructor and Description |
|---|
SAMLConfigurationsTypeSerializer(Class<SAMLConfigurationsType> t) |
Copyright © 2026. All rights reserved.