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.



56
57
58
# File 'lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb', line 56

def additional_properties
  @additional_properties
end

#bufferObject

Configuration for buffer settings on destination components.



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

def buffer
  @buffer
end

#client_idObject

Azure AD client ID used for authentication.



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

def client_id
  @client_id
end

#client_secret_keyObject

Name of the environment variable or secret that holds the Azure AD client secret.



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

def client_secret_key
  @client_secret_key
end

#dce_uri_keyObject

Name of the environment variable or secret that holds the Data Collection Endpoint (DCE) URI.



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

def dce_uri_key
  @dce_uri_key
end

#dcr_immutable_idObject

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



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

def dcr_immutable_id
  @dcr_immutable_id
end

#idObject

The unique identifier for this component.



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

def id
  @id
end

#inputsObject

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



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

def inputs
  @inputs
end

#tableObject

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



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

def table
  @table
end

#tenant_idObject

Azure AD tenant ID.



51
52
53
# File 'lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb', line 51

def tenant_id
  @tenant_id
end

#typeObject

The destination type. The value should always be microsoft_sentinel.



54
55
56
# File 'lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb', line 54

def type
  @type
end