A single finding without the message and resource configuration.

Hierarchy

  • Finding

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
attributes?: FindingAttributes

The JSON:API attributes of the finding.

id?: string

The unique ID for this finding.

The JSON:API type for findings.

Generated using TypeDoc