Class: DatadogAPIClient::V2::SampleLogGenerationBulkSubscriptionAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SampleLogGenerationBulkSubscriptionAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_attributes.rb
Overview
The attributes for creating sample log generation subscriptions for multiple content packs.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#content_pack_ids ⇒ Object
readonly
The identifiers of the Cloud SIEM content packs to subscribe to.
-
#duration ⇒ Object
How long the subscription should remain active before expiring.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_attributes.rb', line 30 def additional_properties @additional_properties end |
#content_pack_ids ⇒ Object
The identifiers of the Cloud SIEM content packs to subscribe to. At most five content packs can be requested in a single call.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_attributes.rb', line 25 def content_pack_ids @content_pack_ids end |
#duration ⇒ Object
How long the subscription should remain active before expiring.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_attributes.rb', line 28 def duration @duration end |