Attributes of a mute rule returned by the API.

Hierarchy

  • MuteRuleAttributesResponse

Constructors

Properties

The action to take when the mute 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 was created.

The user or Datadog system who created the rule.

enabled: boolean

Whether the mute rule is enabled.

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 mute rule.

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

Generated using TypeDoc