@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MicrosoftSentinelDestination extends Object
microsoft_sentinel destination forwards logs to Microsoft Sentinel.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CLIENT_ID |
static String |
JSON_PROPERTY_DCR_IMMUTABLE_ID |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_INPUTS |
static String |
JSON_PROPERTY_TABLE |
static String |
JSON_PROPERTY_TENANT_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
MicrosoftSentinelDestination() |
MicrosoftSentinelDestination(String clientId,
String dcrImmutableId,
String id,
List<String> inputs,
String table,
String tenantId,
MicrosoftSentinelDestinationType type) |
| Modifier and Type | Method and Description |
|---|---|
MicrosoftSentinelDestination |
addInputsItem(String inputsItem) |
MicrosoftSentinelDestination |
clientId(String clientId) |
MicrosoftSentinelDestination |
dcrImmutableId(String dcrImmutableId) |
boolean |
equals(Object o)
Return true if this MicrosoftSentinelDestination 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 |
getClientId()
Azure AD client ID used for authentication.
|
String |
getDcrImmutableId()
The immutable ID of the Data Collection Rule (DCR).
|
String |
getId()
The unique identifier for this component.
|
List<String> |
getInputs()
A list of component IDs whose output is used as the
input for this component. |
String |
getTable()
The name of the Log Analytics table where logs are sent.
|
String |
getTenantId()
Azure AD tenant ID.
|
MicrosoftSentinelDestinationType |
getType()
The destination type.
|
int |
hashCode() |
MicrosoftSentinelDestination |
id(String id) |
MicrosoftSentinelDestination |
inputs(List<String> inputs) |
MicrosoftSentinelDestination |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setClientId(String clientId) |
void |
setDcrImmutableId(String dcrImmutableId) |
void |
setId(String id) |
void |
setInputs(List<String> inputs) |
void |
setTable(String table) |
void |
setTenantId(String tenantId) |
void |
setType(MicrosoftSentinelDestinationType type) |
MicrosoftSentinelDestination |
table(String table) |
MicrosoftSentinelDestination |
tenantId(String tenantId) |
String |
toString() |
MicrosoftSentinelDestination |
type(MicrosoftSentinelDestinationType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CLIENT_ID
public static final String JSON_PROPERTY_DCR_IMMUTABLE_ID
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_INPUTS
public static final String JSON_PROPERTY_TABLE
public static final String JSON_PROPERTY_TENANT_ID
public static final String JSON_PROPERTY_TYPE
public MicrosoftSentinelDestination clientId(String clientId)
public String getClientId()
public void setClientId(String clientId)
public MicrosoftSentinelDestination dcrImmutableId(String dcrImmutableId)
public String getDcrImmutableId()
public void setDcrImmutableId(String dcrImmutableId)
public MicrosoftSentinelDestination id(String id)
public String getId()
public void setId(String id)
public MicrosoftSentinelDestination inputs(List<String> inputs)
public MicrosoftSentinelDestination addInputsItem(String inputsItem)
public List<String> getInputs()
input for this component.public MicrosoftSentinelDestination table(String table)
public String getTable()
public void setTable(String table)
public MicrosoftSentinelDestination tenantId(String tenantId)
public String getTenantId()
public void setTenantId(String tenantId)
public MicrosoftSentinelDestination type(MicrosoftSentinelDestinationType type)
public MicrosoftSentinelDestinationType getType()
microsoft_sentinel.public void setType(MicrosoftSentinelDestinationType type)
public MicrosoftSentinelDestination 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 © 2025. All rights reserved.