Interface createArtifactParams

interface createArtifactParams {
    artifactName: string;
    assetVersionId: string;
    businessUnitId: string;
    createdByUserId: string;
    productId?: string;
}

Properties

artifactName: string

The name of the Artifact being created.

assetVersionId: string

Asset Version ID to associate the artifact with.

businessUnitId: string

Business Unit ID to associate the artifact with.

createdByUserId: string

User ID of the user creating the artifact.

productId?: string

Product ID to associate the artifact with. If not specified, the artifact will not be associated with a product.