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.

Supported pipeline types: logs

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



47
48
49
# File 'lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb', line 47

def additional_properties
  @additional_properties
end

#client_idObject

Azure AD client ID used for authentication.



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

def client_id
  @client_id
end

#dcr_immutable_idObject

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



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

def dcr_immutable_id
  @dcr_immutable_id
end

#idObject

The unique identifier for this component.



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

def id
  @id
end

#inputsObject

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



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

def inputs
  @inputs
end

#tableObject

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



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

def table
  @table
end

#tenant_idObject

Azure AD tenant ID.



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

def tenant_id
  @tenant_id
end

#typeObject

The destination type. The value should always be microsoft_sentinel.



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

def type
  @type
end