Waiting for engine...
Skip to main content

CatalogListingArtifact

Represents the artifact information for a catalog listing, including the listing type and the source artifact identifier (Example: BundleID)

type CatalogListingArtifact {
listingType: CatalogListingType!
artifactSourceId: ID
}

Fields

CatalogListingArtifact.listingType ● CatalogListingType! non-null enum catalog-service

The type of artifact.

CatalogListingArtifact.artifactSourceId ● ID scalar miscellaneous

The internal ID of the artifact, as generated in the source system e.g. Bundle Id

Member Of

CatalogListing object

On this Page