Per-finding outcome of an assign or unassign operation.

Hierarchy

  • AssignmentResult

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
detail: string

Human-readable explanation of the outcome.

findingId: string

Unique identifier of the security finding.

status: number

HTTP-like status code describing the outcome for this finding.

title: string

Short label describing the outcome for this finding.

Generated using TypeDoc