Per-finding warnings and failures produced while processing the bulk assignee request.

Hierarchy

  • AssigneeResponseMeta

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
failures?: AssignmentResult[]

Findings that could not be assigned or unassigned.

warnings?: AssignmentResult[]

Findings for which the assignment succeeded but a non-critical error occurred during processing.

Generated using TypeDoc