The attributes of the analysis request, containing the source code and rules to apply.

Hierarchy

  • AnalysisRequestDataAttributes

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

The base64-encoded source code to analyze.

fileEncoding: string

The encoding of the source code file (must be utf-8).

filename: string

The name of the file being analyzed.

language: string

The programming language of the source code.

The list of static analysis rules to apply during analysis.

Generated using TypeDoc