Interface createTestAsThirdPartyScannerParams

interface createTestAsThirdPartyScannerParams {
    artifactId: string;
    assetId: string;
    businessUnitId: string;
    createdByUserId: string;
    productId?: string;
    testName: string;
    testType: string;
    uploadMethod?: UploadMethod;
}

Properties

artifactId: string

Artifact ID to associate the Test with.

assetId: string

Asset ID to associate the Test with.

businessUnitId: string

Business Unit ID to associate the Test with.

createdByUserId: string

User ID of the user creating the Test.

productId?: string

Product ID to associate the Test with. If not specified, the Test will not be associated with a product.

testName: string

The name of the Test being created.

testType: string

Test type of the scanner which indicates the output file format from the scanner. Valid values are "cyclonedx" and others. For the full list see the API documentation.

uploadMethod?: UploadMethod

The method of uploading the test results. Default is UploadMethod.API.