The data object for a default inbox rule returned by the API.

Hierarchy

  • DefaultInboxRuleDataResponse

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

Attributes of a default inbox rule returned by the API.

id: string

The ID of the default inbox rule. Known default rule IDs include: identity_risk_default_rule, secret_default_rule, library_vulnerability_default_rule, attack_path_default_rule, host_and_container_vulnerability_default_rule, runtime_code_vulnerability_default_rule, iac_misconfiguration_default_rule, and misconfiguration_default_rule. Datadog can add new default rules over time.

The JSON:API type for default inbox rules.

Generated using TypeDoc