The action to take when the due date rule matches a finding.

Hierarchy

  • DueDateRuleAction

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
dueDaysPerSeverity: DueDatePerSeverityItem[]

A list of severity-to-due-date mappings. Each severity may appear at most once.

dueFrom: DueDateFrom

The reference point from which the due date is calculated. When fix_available is selected but not applicable to the finding type, first_seen is used instead.

reasonDescription?: string

An optional description providing more context for the due date assignment.

Generated using TypeDoc