Waiting for engine...
Skip to main content

CatalogArtifact

An union type represents either an Integration Pack or a Space Artifact Listing.

union CatalogArtifact = IntegrationPack | SpaceArtifactListing

Possible types

CatalogArtifact.IntegrationPack object catalog-service

Represents an integration pack.

CatalogArtifact.SpaceArtifactListing object catalog-service

Represents a listing of an artifact within a Space. It has the artifact’s metadata, submission lifecycle, ownership information, and related entities such as tags, topics, and publishers.

Member Of

Space object

On this Page