| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static SAMLAssertionAttributesType |
SAMLAssertionAttributesType.SAML_ASSERTION_ATTRIBUTES |
| Modifier and Type | Method and Description |
|---|---|
static SAMLAssertionAttributesType |
SAMLAssertionAttributesType.fromValue(String value) |
SAMLAssertionAttributesType |
SAMLAssertionAttribute.getType()
SAML assertion attributes resource type.
|
SAMLAssertionAttributesType |
RelationshipToSAMLAssertionAttributeData.getType()
SAML assertion attributes resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SAMLAssertionAttributesType.SAMLAssertionAttributesTypeSerializer.serialize(SAMLAssertionAttributesType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SAMLAssertionAttribute.setType(SAMLAssertionAttributesType type) |
void |
RelationshipToSAMLAssertionAttributeData.setType(SAMLAssertionAttributesType type) |
SAMLAssertionAttribute |
SAMLAssertionAttribute.type(SAMLAssertionAttributesType type) |
RelationshipToSAMLAssertionAttributeData |
RelationshipToSAMLAssertionAttributeData.type(SAMLAssertionAttributesType type) |
| Constructor and Description |
|---|
RelationshipToSAMLAssertionAttributeData(String id,
SAMLAssertionAttributesType type) |
SAMLAssertionAttribute(String id,
SAMLAssertionAttributesType type) |
| Constructor and Description |
|---|
SAMLAssertionAttributesTypeSerializer(Class<SAMLAssertionAttributesType> t) |
Copyright © 2024. All rights reserved.