Class ResolveVulnerableSymbolsRequestData

The data object in a request to resolve vulnerable symbols, containing the package PURLs and request type.

Hierarchy

  • ResolveVulnerableSymbolsRequestData

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

The attributes of a request to resolve vulnerable symbols, containing the list of package PURLs to check.

id?: string

An optional identifier for this request data object.

The type identifier for requests to resolve vulnerable symbols.

Generated using TypeDoc