Class DefaultInboxRuleAttributesResponse

Attributes of a default inbox rule returned by the API.

Hierarchy

  • DefaultInboxRuleAttributesResponse

Constructors

Properties

The action to take when the inbox rule matches a finding.

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
createdAt: number

The Unix timestamp in milliseconds when the rule definition was created. The definition is authored by Datadog.

The user or Datadog system who created the rule.

enabled: boolean

Whether the default inbox rule is enabled for the organization.

modifiedAt: number

The Unix timestamp in milliseconds when the rule was last modified.

The user or Datadog system who last modified the rule.

name: string

The name of the default inbox rule.

Defines the scope of findings to which the automation rule applies.

Generated using TypeDoc