Class TenancyProductsDataAttributesProductsItems

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

Hierarchy

  • TenancyProductsDataAttributesProductsItems

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
enabled?: boolean

Indicates whether the product is enabled for the tenancy.

productKey?: string

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

Generated using TypeDoc