Input: CreateAssetInput
The create type for the root entity type Asset
.
The fields id
, createdAt
, and updatedAt
are set automatically.
Related Types
Properties
Name | Type | Description |
---|---|---|
businessUnits | ID | Adds The additional Groups this Asset has been shared with. An Asset may be maintained by a different group than the group that is creating the Product. For example, you may have a group that builds and maintains the operating system that is used across multiple product lines. In this case, the operating system Asset would be created by the operating system group, but shared with the product group. |
createBusinessUnits | CreateGroupInput | Creates new The additional Groups this Asset has been shared with. An Asset may be maintained by a different group than the group that is creating the Product. For example, you may have a group that builds and maintains the operating system that is used across multiple product lines. In this case, the operating system Asset would be created by the operating system group, but shared with the product group. |
createCreatedBy | CreateUserInput | Creates a new The user who created this Asset in the Finite State platform. This is automatically set by the system at the time of creation and cannot be modified. |
createDefaultVersion | CreateAssetVersionInput | Creates a new The default AssetVersion associated with this Asset. This is the version that is used to determine the risk of the Asset, unless defaultToLatest is true. |
createGroup | CreateGroupInput | Creates a new The group / business unit the Asset belongs to. This is used to determine which users have access to the Asset, and which users can view or modify the Asset. Multiple Products can use the same Asset, but each Asset can only belong to one Group. |
createVersions | CreateAssetVersionInput | Creates new All versions for this asset. |
createdBy | ID | Sets the The user who created this Asset in the Finite State platform. This is automatically set by the system at the time of creation and cannot be modified. |
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 |
defaultToLatest | Boolean | If true, the risk of this asset is determined by the latest AssetVersion. If false, the risk of this asset is determined by the default AssetVersion. |
defaultVersion | ID | Sets the The default AssetVersion associated with this Asset. This is the version that is used to determine the risk of the Asset, unless defaultToLatest is true. |
deletedAt | DateTime | Timestamp of when this asset was deleted |
description | String | A description of the asset |
group | ID | Sets the The group / business unit the Asset belongs to. This is used to determine which users have access to the Asset, and which users can view or modify the Asset. Multiple Products can use the same Asset, but each Asset can only belong to one Group. |
name | String | Name of the asset |
processingStatuses | CreateProcessingStatusInput | Any kind of processing currently occurring on the asset |
versions | ID | Adds If one of the All versions for this asset. |
This page was generated: 2024-11-06