CatalogListingMetaData
Represents the metadata associated with a catalog listing, including name, description, images, difficulty level, and other descriptive information.
type CatalogListingMetaData {
name: String!
description: String
detailedContent: String
difficultyLevel: DifficultyLevel
communityArticleLink: String
keyFeatures: [String!]
lightModeBannerImage: SpaceArtifactImageData
darkModeBannerImage: SpaceArtifactImageData
demoVideo: SpaceArtifactImageData
url: CatalogListingUrl
preinstalled: Boolean
connectorAuthMode: [String!]
version: String
connectorExternalId: String
}
Fields
CatalogListingMetaData.name ● String! non-null scalar miscellaneous
name for the catalog listing
CatalogListingMetaData.description ● String scalar miscellaneous
description for the catalog listing
CatalogListingMetaData.detailedContent ● String scalar miscellaneous
detailed content for a catalog listing like Accelerator
CatalogListingMetaData.difficultyLevel ● DifficultyLevel enum catalog-service
Indicates the difficultyLevel.
CatalogListingMetaData.communityArticleLink ● String scalar miscellaneous
Stores the reference to the community article help page.
CatalogListingMetaData.keyFeatures ● [String!] list scalar miscellaneous
Stores the step-wise procedure.
CatalogListingMetaData.lightModeBannerImage ● SpaceArtifactImageData object catalog-service
The banner image for Light Mode
CatalogListingMetaData.darkModeBannerImage ● SpaceArtifactImageData object catalog-service
The banner image for dark Mode
CatalogListingMetaData.demoVideo ● SpaceArtifactImageData object catalog-service
Indicates the demo file url
CatalogListingMetaData.url ● CatalogListingUrl object catalog-service
CatalogListingMetaData.preinstalled ● Boolean scalar miscellaneous
Is the solution pre-installed
CatalogListingMetaData.connectorAuthMode ● [String!] list scalar miscellaneous
Connector authentication mode like OAUTH2,SAML,BASIC etc
CatalogListingMetaData.version ● String scalar miscellaneous
Connector version
CatalogListingMetaData.connectorExternalId ● String scalar miscellaneous
Connector external id for the call to action
Member Of
CatalogListing object