Attributes for creating or updating a due date rule.

Hierarchy

  • DueDateRuleAttributesCreate

Constructors

Properties

The action to take when the due date 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
enabled?: boolean

Whether the due date rule is enabled.

name: string

The name of the due date rule.

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

Generated using TypeDoc