@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomDestinationForwardDestinationMicrosoftSentinel extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CLIENT_ID |
static String |
JSON_PROPERTY_DATA_COLLECTION_ENDPOINT |
static String |
JSON_PROPERTY_DATA_COLLECTION_RULE_ID |
static String |
JSON_PROPERTY_STREAM_NAME |
static String |
JSON_PROPERTY_TENANT_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CustomDestinationForwardDestinationMicrosoftSentinel() |
CustomDestinationForwardDestinationMicrosoftSentinel(String clientId,
String dataCollectionEndpoint,
String dataCollectionRuleId,
String streamName,
String tenantId,
CustomDestinationForwardDestinationMicrosoftSentinelType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CLIENT_ID
public static final String JSON_PROPERTY_DATA_COLLECTION_ENDPOINT
public static final String JSON_PROPERTY_DATA_COLLECTION_RULE_ID
public static final String JSON_PROPERTY_STREAM_NAME
public static final String JSON_PROPERTY_TENANT_ID
public static final String JSON_PROPERTY_TYPE
public CustomDestinationForwardDestinationMicrosoftSentinel()
public CustomDestinationForwardDestinationMicrosoftSentinel clientId(String clientId)
public String getClientId()
public void setClientId(String clientId)
public CustomDestinationForwardDestinationMicrosoftSentinel dataCollectionEndpoint(String dataCollectionEndpoint)
public String getDataCollectionEndpoint()
public void setDataCollectionEndpoint(String dataCollectionEndpoint)
public CustomDestinationForwardDestinationMicrosoftSentinel dataCollectionRuleId(String dataCollectionRuleId)
public String getDataCollectionRuleId()
public void setDataCollectionRuleId(String dataCollectionRuleId)
public CustomDestinationForwardDestinationMicrosoftSentinel streamName(String streamName)
public String getStreamName()
public void setStreamName(String streamName)
public CustomDestinationForwardDestinationMicrosoftSentinel tenantId(String tenantId)
public String getTenantId()
public void setTenantId(String tenantId)
public CustomDestinationForwardDestinationMicrosoftSentinel type(CustomDestinationForwardDestinationMicrosoftSentinelType type)
public CustomDestinationForwardDestinationMicrosoftSentinelType getType()
public void setType(CustomDestinationForwardDestinationMicrosoftSentinelType type)
public CustomDestinationForwardDestinationMicrosoftSentinel 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.