Waiting for engine...
Skip to main content

SpaceArtifact

Represents the artifact type.

type SpaceArtifact {
spaceArtifactType: SpaceArtifactListingType!
spaceArtifactId: ID
}

Fields

SpaceArtifact.spaceArtifactType ● SpaceArtifactListingType! non-null enum catalog-service {#space-artifact-type}

The type of artifact.

SpaceArtifact.spaceArtifactId ● ID scalar miscellaneous {#space-artifact-id}

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

Member Of

SpaceArtifactListing object

On this Page