@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringAzureAppRegistration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CLIENT_ID |
static String |
JSON_PROPERTY_ERROR_COUNT |
static String |
JSON_PROPERTY_RESOURCE_COLLECTION_ENABLED |
static String |
JSON_PROPERTY_SUBSCRIPTION_COUNT |
static String |
JSON_PROPERTY_TENANT_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringAzureAppRegistration() |
SecurityMonitoringAzureAppRegistration(String clientId,
Long errorCount,
Boolean resourceCollectionEnabled,
Long subscriptionCount,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
SecurityMonitoringAzureAppRegistration |
clientId(String clientId) |
boolean |
equals(Object o)
Return true if this SecurityMonitoringAzureAppRegistration object is equal to o.
|
SecurityMonitoringAzureAppRegistration |
errorCount(Long errorCount) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getClientId()
The client ID of the App Registration.
|
Long |
getErrorCount()
The number of errors encountered while crawling resources for this App Registration.
|
Boolean |
getResourceCollectionEnabled()
Whether resource collection is enabled for this App Registration.
|
Long |
getSubscriptionCount()
The number of Azure subscriptions associated with this App Registration.
|
String |
getTenantId()
The Azure tenant ID of the App Registration.
|
int |
hashCode() |
SecurityMonitoringAzureAppRegistration |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SecurityMonitoringAzureAppRegistration |
resourceCollectionEnabled(Boolean resourceCollectionEnabled) |
void |
setClientId(String clientId) |
void |
setErrorCount(Long errorCount) |
void |
setResourceCollectionEnabled(Boolean resourceCollectionEnabled) |
void |
setSubscriptionCount(Long subscriptionCount) |
void |
setTenantId(String tenantId) |
SecurityMonitoringAzureAppRegistration |
subscriptionCount(Long subscriptionCount) |
SecurityMonitoringAzureAppRegistration |
tenantId(String tenantId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CLIENT_ID
public static final String JSON_PROPERTY_ERROR_COUNT
public static final String JSON_PROPERTY_RESOURCE_COLLECTION_ENABLED
public static final String JSON_PROPERTY_SUBSCRIPTION_COUNT
public static final String JSON_PROPERTY_TENANT_ID
public SecurityMonitoringAzureAppRegistration()
public SecurityMonitoringAzureAppRegistration clientId(String clientId)
public String getClientId()
public void setClientId(String clientId)
public SecurityMonitoringAzureAppRegistration errorCount(Long errorCount)
public Long getErrorCount()
public void setErrorCount(Long errorCount)
public SecurityMonitoringAzureAppRegistration resourceCollectionEnabled(Boolean resourceCollectionEnabled)
public Boolean getResourceCollectionEnabled()
public void setResourceCollectionEnabled(Boolean resourceCollectionEnabled)
public SecurityMonitoringAzureAppRegistration subscriptionCount(Long subscriptionCount)
public Long getSubscriptionCount()
public void setSubscriptionCount(Long subscriptionCount)
public SecurityMonitoringAzureAppRegistration tenantId(String tenantId)
public String getTenantId()
public void setTenantId(String tenantId)
public SecurityMonitoringAzureAppRegistration 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.