Class: DatadogAPIClient::V2::MicrosoftSentinelDestination
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MicrosoftSentinelDestination
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#client_id ⇒ Object
readonly
Azure AD client ID used for authentication.
-
#dcr_immutable_id ⇒ Object
readonly
The immutable ID of the Data Collection Rule (DCR).
-
#id ⇒ Object
readonly
The unique identifier for this component.
-
#inputs ⇒ Object
readonly
A list of component IDs whose output is used as the
inputfor this component. -
#table ⇒ Object
readonly
The name of the Log Analytics table where logs are sent.
-
#tenant_id ⇒ Object
readonly
Azure AD tenant ID.
-
#type ⇒ Object
readonly
The destination type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_id ⇒ Object
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_id ⇒ Object
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 |
#id ⇒ Object
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 |
#inputs ⇒ Object
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 |
#table ⇒ Object
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_id ⇒ Object
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 |
#type ⇒ Object
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 |