Class: DatadogAPIClient::V2::FiltersPerProduct

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#filtersObject

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

#productObject

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