Input: CreateArtifactInput
The create type for the root entity type Artifact.
The fields id, createdAt, and updatedAt are set automatically.
Related Types
Properties
| Name | Type | Description |
|---|---|---|
| artifactType | ArtifactType | Type of the artifact. |
| assetVersion | ID | Sets the The asset version this artifact is associated with |
| createAssetVersion | CreateAssetVersionInput | Creates a new The asset version this artifact is associated with |
| createCreatedBy | CreateUserInput | Creates a new The user who created this artifact |
| createTests | CreateTestInput | Creates new All tests / scans performed on this artifact. Note that this is a list of tests, not a list of test results. A test may have multiple results, and a test may be performed multiple times. |
| createdBy | ID | Sets the The user who created this artifact |
| ctx | CreateRelationEntityCtxInput | Context contains fields that are accessible to the permissions profile. This is an internal field related to user permissions. This is an internal field related to user permissions. |
| externalLinks | ArtifactLinkInput | Links to get to the source artifact |
| fsanId | String | The fsan_id associated with this Artifact. The fsan_id is used by Finite State Binary Analysis to uniquely identify an artifact and its processing. |
| name | String | Name of the artifact |
| softwareIdentifiers | SoftwareIdentifiersInput | A list of unique identifiers for this artifact. In the case of a single project, this may be a Package URL (purl). Software Identifiers are used to link an object to known vulnerabilities (e.g. CVEs). |
| tests | ID | Adds If one of the All tests / scans performed on this artifact. Note that this is a list of tests, not a list of test results. A test may have multiple results, and a test may be performed multiple times. |
| version | String | Version of the artifact |
This page was generated: 2024-11-06
