Input: CreateTestInput

The create type for the root entity type Test.

The fields id, createdAt, and updatedAt are set automatically.


Properties

NameTypeDescription
artifactUnderTestID

Sets the artifactUnderTest relation to an existing Artifact by its id.

Which specific artifact was being tested

authorsCreateAuthorInput

Authors of the test

createArtifactUnderTestCreateArtifactInput

Creates a new Artifact and adds a artifactUnderTest relation between it and the new Test.

Which specific artifact was being tested

createCreatedByCreateUserInput

Creates a new User and adds a createdBy relation between it and the new Test.

The user who configured this test in Finite State

createFindingsCreateFindingInput

Creates new Findings and adds findings relations between them and the new Test.

All findings originating from this test

createSoftwareComponentsCreateSoftwareComponentInstanceInput

Creates new SoftwareComponentInstances and adds softwareComponents relations between them and the new Test.

All software component instances originating from this test

createdByID

Sets the createdBy relation to an existing User by its id.

The user who configured this test in Finite State

ctxCreateRelationEntityCtxInput

Context contains fields that are accessible to the permissions profile. This is an internal field related to user permissions.

deletedAtDateTime

Timestamp of when this test/scan was deleted

descriptionString

Longer, optional description of this test

durationInt

Duration of time the test ran

findingsID

Adds findings relations to existing Findings by their ids.

If one of the Findings is already related to a different Test, these relations are removed first.

All findings originating from this test

inputTypeString

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

nameString

Name for this test. Will default to [tool.name | date]

parsedDateDateTime

Date and time that was parsed from the test results file

processingStatusesCreateProcessingStatusInput

Any kind of processing currently occurring on the test

softwareComponentsID

Adds softwareComponents relations to existing SoftwareComponentInstances by their ids.

If one of the SoftwareComponentInstances is already related to a different Test, these relations are removed first.

All software component instances originating from this test

stateCreateTestResultsProcessingStateInput

The processing state of the test results file for this test

testIdString

Unique ID for this test as established by the testing tool.

testResultFileFormatString

File format of the test results file for this test

testResultFileLinkString

The file that can be ingested to get test results from this test.

testTypeTestType

The type of test

toolSettingsCreateToolSettingsInput

Settings that were used for this test

toolsCreateTestingToolInput

The tools (also referred to as scanners) that were used to perform this test

uploadMethodUploadMethod

Upload method used for this Test

userEnteredDateDateTime

Optional date and time specified by the user when the test was entered into the system


This page was generated: 2024-10-16