Class: DatadogAPIClient::V2::CustomDestinationForwardDestinationMicrosoftSentinel
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomDestinationForwardDestinationMicrosoftSentinel
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_destination_forward_destination_microsoft_sentinel.rb
Overview
The Microsoft Sentinel destination.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#client_id ⇒ Object
readonly
Client ID from the Datadog Azure integration.
-
#data_collection_endpoint ⇒ Object
readonly
Azure data collection endpoint.
-
#data_collection_rule_id ⇒ Object
readonly
Azure data collection rule ID.
-
#stream_name ⇒ Object
readonly
Azure stream name.
-
#tenant_id ⇒ Object
readonly
Tenant ID from the Datadog Azure integration.
-
#type ⇒ Object
readonly
Type of the Microsoft Sentinel destination.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/custom_destination_forward_destination_microsoft_sentinel.rb', line 42 def additional_properties @additional_properties end |
#client_id ⇒ Object
Client ID from the Datadog Azure integration.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/custom_destination_forward_destination_microsoft_sentinel.rb', line 25 def client_id @client_id end |
#data_collection_endpoint ⇒ Object
Azure data collection endpoint.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/custom_destination_forward_destination_microsoft_sentinel.rb', line 28 def data_collection_endpoint @data_collection_endpoint end |
#data_collection_rule_id ⇒ Object
Azure data collection rule ID.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/custom_destination_forward_destination_microsoft_sentinel.rb', line 31 def data_collection_rule_id @data_collection_rule_id end |
#stream_name ⇒ Object
Azure stream name.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/custom_destination_forward_destination_microsoft_sentinel.rb', line 34 def stream_name @stream_name end |
#tenant_id ⇒ Object
Tenant ID from the Datadog Azure integration.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/custom_destination_forward_destination_microsoft_sentinel.rb', line 37 def tenant_id @tenant_id end |
#type ⇒ Object
Type of the Microsoft Sentinel destination.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/custom_destination_forward_destination_microsoft_sentinel.rb', line 40 def type @type end |