Class SeverityModifierRuleAttributesResponse

Attributes of a severity modifier rule as returned by the API.

Hierarchy

  • SeverityModifierRuleAttributesResponse

Constructors

Properties

The action to take when a severity modifier rule matches a finding. This is a discriminated union on type: set assigns a fixed severity, while shift moves the severity up or down by one rank.

A severity modifier rule's rule.query must not filter on @severity or on the @severity_details.user_adjusted.* namespace.

Use @severity_details.adjusted.value instead, which reflects the severity before user-defined adjustments.

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 severity modifier 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 severity modifier rule.

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

Generated using TypeDoc