Class: DatadogAPIClient::V2::TenancyProductsDataAttributesProductsItems

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/tenancy_products_data_attributes_products_items.rb

Overview

An individual Datadog product with its enablement status for a tenancy.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



30
31
32
# File 'lib/datadog_api_client/v2/models/tenancy_products_data_attributes_products_items.rb', line 30

def additional_properties
  @additional_properties
end

#enabledObject

Indicates whether the product is enabled for the tenancy.



25
26
27
# File 'lib/datadog_api_client/v2/models/tenancy_products_data_attributes_products_items.rb', line 25

def enabled
  @enabled
end

#product_keyObject

The unique key identifying the Datadog product (for example, CLOUD_SECURITY_POSTURE_MANAGEMENT).



28
29
30
# File 'lib/datadog_api_client/v2/models/tenancy_products_data_attributes_products_items.rb', line 28

def product_key
  @product_key
end