Input: CreateTestInput
The create type for the root entity type Test
.
The fields id
, createdAt
, and updatedAt
are set automatically.
Related Types
Properties
Name | Type | Description |
---|---|---|
artifactUnderTest | ID | Sets the Which specific artifact was being tested |
authors | CreateAuthorInput | Authors of the test |
createArtifactUnderTest | CreateArtifactInput | Creates a new Which specific artifact was being tested |
createCreatedBy | CreateUserInput | Creates a new The user who configured this test in Finite State |
createFindings | CreateFindingInput | Creates new All findings originating from this test |
createSoftwareComponents | CreateSoftwareComponentInstanceInput | Creates new All software component instances originating from this test |
createdBy | ID | Sets the The user who configured this test in Finite State |
ctx | CreateRelationEntityCtxInput | Context contains fields that are accessible to the permissions profile. This is an internal field related to user permissions. |
deletedAt | DateTime | Timestamp of when this test/scan was deleted |
description | String | Longer, optional description of this test |
duration | Int | Duration of time the test ran |
findings | ID | Adds If one of the All findings originating from this test |
inputType | String | 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. |
name | String | Name for this test. Will default to [tool.name | date] |
parsedDate | DateTime | Date and time that was parsed from the test results file |
processingStatuses | CreateProcessingStatusInput | Any kind of processing currently occurring on the test |
softwareComponents | ID | Adds If one of the All software component instances originating from this test |
state | CreateTestResultsProcessingStateInput | The processing state of the test results file for this test |
testId | String | Unique ID for this test as established by the testing tool. |
testResultFileFormat | String | File format of the test results file for this test |
testResultFileLink | String | The file that can be ingested to get test results from this test. |
testType | TestType | The type of test |
toolSettings | CreateToolSettingsInput | Settings that were used for this test |
tools | CreateTestingToolInput | The tools (also referred to as scanners) that were used to perform this test |
uploadMethod | UploadMethod | Upload method used for this Test |
userEnteredDate | DateTime | Optional date and time specified by the user when the test was entered into the system |
This page was generated: 2024-11-06