Class: DatadogAPIClient::V2::FiltersPerProduct
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FiltersPerProduct
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/filters_per_product.rb
Overview
Product-specific filters for the dataset.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#filters ⇒ Object
readonly
Defines the list of tag-based filters used to restrict access to telemetry data for a specific product.
-
#product ⇒ Object
readonly
Name of the product the dataset is for.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/filters_per_product.rb', line 34 def additional_properties @additional_properties end |
#filters ⇒ Object
Defines the list of tag-based filters used to restrict access to telemetry data for a specific product.
These filters act as access control rules. Each filter must follow the tag query syntax used by
Datadog (such as @tag.key:value
), and only one tag or attribute may be used to define the access strategy
per telemetry type.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/filters_per_product.rb', line 28 def filters @filters end |
#product ⇒ Object
Name of the product the dataset is for. Possible values are 'apm', 'rum', 'synthetics', 'metrics', 'logs', 'sd_repoinfo', 'error_tracking', 'cloud_cost', and 'ml_obs'.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/filters_per_product.rb', line 32 def product @product end |