Input: CreateAssetVersionInput

The create type for the root entity type AssetVersion.

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


Properties

NameTypeDescription
absoluteRiskScoreFloat

The Absolute Risk Score for this asset version. For details about Absolute Risk Score see the documentation about Risk Scores.

artifactsID

Adds artifacts relations to existing Artifacts by their ids.

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

All artifacts related to this asset version

assetID

Sets the asset relation to an existing Asset by its id.

The corresponding Asset for this version.

createArtifactsCreateArtifactInput

Creates new Artifacts and adds artifacts relations between them and the new AssetVersion.

All artifacts related to this asset version

createAssetCreateAssetInput

Creates a new Asset and adds a asset relation between it and the new AssetVersion.

The corresponding Asset for this version.

createCreatedByCreateUserInput

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

The user who created this AssetVersion. This is automatically set by the system at the time of creation and cannot be modified.

createFindingsCreateFindingInput

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

All Findings related to this asset version

createProductsCreateProductInput

Creates new Products and adds products relations between them and the new AssetVersion.

All products related to this asset version

createSoftwareComponentInstancesCreateSoftwareComponentInstanceInput

Creates new SoftwareComponentInstances and adds softwareComponentInstances relations between them and the new AssetVersion.

All software component instances related to this asset version. This is effectively the SBOM for the Asset Version.

createdByID

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

The user who created this AssetVersion. This is automatically set by the system at the time of creation and cannot be modified.

ctxCreateRelationEntityCtxInput

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

deletedAtDateTime

Timestamp of when this asset version was deleted

findingsID

Adds findings relations to existing Findings by their ids.

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

All Findings related to this asset version

nameString

Name of the asset version. This is usually the version number, such as 1.0.0.

positionInt

The position in which this asset version is relative to other version in this asset

processingStatusesCreateProcessingStatusInput

Any kind of processing currently occurring on the asset version

productsID

Adds products relations to existing Products by their ids.

All products related to this asset version

relativeRiskScoreFloat

The Absolute Risk Score for this asset version. For details about Absolute Risk Score see the documentation about Risk Scores.

softwareComponentInstancesID

Adds softwareComponentInstances relations to existing SoftwareComponentInstances by their ids.

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

All software component instances related to this asset version. This is effectively the SBOM for the Asset Version.


This page was generated: 2024-05-17