Class: DatadogAPIClient::V2::MicrosoftSentinelDestination

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb

Overview

The microsoft_sentinel destination forwards logs to Microsoft Sentinel.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



45
46
47
# File 'lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb', line 45

def additional_properties
  @additional_properties
end

#client_idObject

Azure AD client ID used for authentication.



25
26
27
# File 'lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb', line 25

def client_id
  @client_id
end

#dcr_immutable_idObject

The immutable ID of the Data Collection Rule (DCR).



28
29
30
# File 'lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb', line 28

def dcr_immutable_id
  @dcr_immutable_id
end

#idObject

The unique identifier for this component.



31
32
33
# File 'lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb', line 31

def id
  @id
end

#inputsObject

A list of component IDs whose output is used as the input for this component.



34
35
36
# File 'lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb', line 34

def inputs
  @inputs
end

#tableObject

The name of the Log Analytics table where logs are sent.



37
38
39
# File 'lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb', line 37

def table
  @table
end

#tenant_idObject

Azure AD tenant ID.



40
41
42
# File 'lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb', line 40

def tenant_id
  @tenant_id
end

#typeObject

The destination type. The value should always be microsoft_sentinel.



43
44
45
# File 'lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb', line 43

def type
  @type
end