@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SAMLConfigurationAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ASSERTION_CONSUMER_SERVICE |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_ENTITY_ID |
static String |
JSON_PROPERTY_EXPIRES_AT |
static String |
JSON_PROPERTY_IDP_INITIATED |
static String |
JSON_PROPERTY_JIT_DOMAINS |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_SSO_URL |
boolean |
unparsed |
| Constructor and Description |
|---|
SAMLConfigurationAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SAMLConfigurationAttributes |
addAssertionConsumerServiceItem(String assertionConsumerServiceItem) |
SAMLConfigurationAttributes |
addJitDomainsItem(String jitDomainsItem) |
SAMLConfigurationAttributes |
assertionConsumerService(List<String> assertionConsumerService) |
SAMLConfigurationAttributes |
entityId(String entityId) |
boolean |
equals(Object o)
Return true if this SAMLConfigurationAttributes object is equal to o.
|
SAMLConfigurationAttributes |
expiresAt(OffsetDateTime expiresAt) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<String> |
getAssertionConsumerService()
The assertion consumer service (ACS) URLs that the identity provider posts SAML responses to.
|
OffsetDateTime |
getCreatedAt()
Creation time of the SAML configuration.
|
String |
getEntityId()
The service provider entity ID Datadog presents to the identity provider.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getExpiresAt_JsonNullable() |
OffsetDateTime |
getExpiresAt()
Expiration time of the uploaded identity provider metadata.
|
Boolean |
getIdpInitiated()
Whether identity-provider-initiated login is enabled for the organization.
|
List<String> |
getJitDomains()
Email domains for which users are automatically provisioned on first SAML login (just-in-time
provisioning).
|
OffsetDateTime |
getModifiedAt()
Time of the last SAML configuration modification.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getSsoUrl_JsonNullable() |
String |
getSsoUrl()
The single sign-on URL users can visit to start a SAML login.
|
int |
hashCode() |
SAMLConfigurationAttributes |
idpInitiated(Boolean idpInitiated) |
SAMLConfigurationAttributes |
jitDomains(List<String> jitDomains) |
SAMLConfigurationAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAssertionConsumerService(List<String> assertionConsumerService) |
void |
setEntityId(String entityId) |
void |
setExpiresAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> expiresAt) |
void |
setExpiresAt(OffsetDateTime expiresAt) |
void |
setIdpInitiated(Boolean idpInitiated) |
void |
setJitDomains(List<String> jitDomains) |
void |
setSsoUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> ssoUrl) |
void |
setSsoUrl(String ssoUrl) |
SAMLConfigurationAttributes |
ssoUrl(String ssoUrl) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ASSERTION_CONSUMER_SERVICE
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_ENTITY_ID
public static final String JSON_PROPERTY_EXPIRES_AT
public static final String JSON_PROPERTY_IDP_INITIATED
public static final String JSON_PROPERTY_JIT_DOMAINS
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_SSO_URL
public SAMLConfigurationAttributes assertionConsumerService(List<String> assertionConsumerService)
public SAMLConfigurationAttributes addAssertionConsumerServiceItem(String assertionConsumerServiceItem)
@Nullable public List<String> getAssertionConsumerService()
public void setAssertionConsumerService(List<String> assertionConsumerService)
@Nullable public OffsetDateTime getCreatedAt()
public SAMLConfigurationAttributes entityId(String entityId)
@Nullable public String getEntityId()
public void setEntityId(String entityId)
public SAMLConfigurationAttributes expiresAt(OffsetDateTime expiresAt)
@Nullable public OffsetDateTime getExpiresAt()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getExpiresAt_JsonNullable()
public void setExpiresAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> expiresAt)
public void setExpiresAt(OffsetDateTime expiresAt)
public SAMLConfigurationAttributes idpInitiated(Boolean idpInitiated)
@Nullable public Boolean getIdpInitiated()
public void setIdpInitiated(Boolean idpInitiated)
public SAMLConfigurationAttributes jitDomains(List<String> jitDomains)
public SAMLConfigurationAttributes addJitDomainsItem(String jitDomainsItem)
@Nullable public List<String> getJitDomains()
@Nullable public OffsetDateTime getModifiedAt()
public SAMLConfigurationAttributes ssoUrl(String ssoUrl)
@Nullable public String getSsoUrl()
null when
the organization is identity-provider-initiated and has no subdomain.public org.openapitools.jackson.nullable.JsonNullable<String> getSsoUrl_JsonNullable()
public void setSsoUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> ssoUrl)
public void setSsoUrl(String ssoUrl)
public SAMLConfigurationAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.