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.
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
input
for 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.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb', line 45 def additional_properties @additional_properties end |
#client_id ⇒ Object
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_id ⇒ Object
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 |
#id ⇒ Object
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 |
#inputs ⇒ Object
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 |
#table ⇒ Object
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_id ⇒ Object
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 |
#type ⇒ Object
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 |