@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringEntraIdIntegrationCredentialsValidateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DOMAIN |
static String |
JSON_PROPERTY_INTEGRATION_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringEntraIdIntegrationCredentialsValidateAttributes() |
SecurityMonitoringEntraIdIntegrationCredentialsValidateAttributes(String domain,
SecurityMonitoringIntegrationTypeEntraId integrationType) |
| Modifier and Type | Method and Description |
|---|---|
SecurityMonitoringEntraIdIntegrationCredentialsValidateAttributes |
domain(String domain) |
boolean |
equals(Object o)
Return true if this SecurityMonitoringEntraIdIntegrationCredentialsValidateAttributes object is
equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getDomain()
The domain associated with the external entity source.
|
SecurityMonitoringIntegrationTypeEntraId |
getIntegrationType()
The source type for an Entra ID entity context sync.
|
int |
hashCode() |
SecurityMonitoringEntraIdIntegrationCredentialsValidateAttributes |
integrationType(SecurityMonitoringIntegrationTypeEntraId integrationType) |
SecurityMonitoringEntraIdIntegrationCredentialsValidateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDomain(String domain) |
void |
setIntegrationType(SecurityMonitoringIntegrationTypeEntraId integrationType) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DOMAIN
public static final String JSON_PROPERTY_INTEGRATION_TYPE
public SecurityMonitoringEntraIdIntegrationCredentialsValidateAttributes()
public SecurityMonitoringEntraIdIntegrationCredentialsValidateAttributes(String domain, SecurityMonitoringIntegrationTypeEntraId integrationType)
public SecurityMonitoringEntraIdIntegrationCredentialsValidateAttributes domain(String domain)
public String getDomain()
public void setDomain(String domain)
public SecurityMonitoringEntraIdIntegrationCredentialsValidateAttributes integrationType(SecurityMonitoringIntegrationTypeEntraId integrationType)
public SecurityMonitoringIntegrationTypeEntraId getIntegrationType()
public void setIntegrationType(SecurityMonitoringIntegrationTypeEntraId integrationType)
public SecurityMonitoringEntraIdIntegrationCredentialsValidateAttributes 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.