Waiting for engine...
Skip to main content

CatalogListingMetaDataUpdateInput

No description

input CatalogListingMetaDataUpdateInput {
name: String
description: String
detailedContent: String
difficultyLevel: DifficultyLevel
communityArticleHelpLink: String
keyFeatures: [String!]
lightModeBannerImage: CatalogListingImageInput
darkModeBannerImage: CatalogListingImageInput
urlInput: CatalogListingUrlInput
demoVideo: CatalogListingImageInput
preinstalled: Boolean
connectorAuthMode: [String!]
version: String
connectorExternalId: String
}

Fields

CatalogListingMetaDataUpdateInput.name ● String scalar miscellaneous

solution name

CatalogListingMetaDataUpdateInput.description ● String scalar miscellaneous

description for the listing that need to be update

CatalogListingMetaDataUpdateInput.detailedContent ● String scalar miscellaneous

CatalogListingMetaDataUpdateInput.difficultyLevel ● DifficultyLevel enum catalog-service

Indicates the difficultyLevel that need to be update

CatalogListingMetaDataUpdateInput.communityArticleHelpLink ● String scalar miscellaneous

Stores the reference to the community article help page that need to be update.

CatalogListingMetaDataUpdateInput.keyFeatures ● [String!] list scalar miscellaneous

Stores the step-wise procedure that need to be update.

CatalogListingMetaDataUpdateInput.lightModeBannerImage ● CatalogListingImageInput input catalog-service

The banner image for Light Mode

CatalogListingMetaDataUpdateInput.darkModeBannerImage ● CatalogListingImageInput input catalog-service

The banner image for Dark Mode

CatalogListingMetaDataUpdateInput.urlInput ● CatalogListingUrlInput input catalog-service

CatalogListingMetaDataUpdateInput.demoVideo ● CatalogListingImageInput input catalog-service

CatalogListingMetaDataUpdateInput.preinstalled ● Boolean scalar miscellaneous CatalogListingMetaDataUpdateInput.connectorAuthMode ● [String!] list scalar miscellaneous

Connector authentication mode like OAUTH2,SAML,BASIC etc

CatalogListingMetaDataUpdateInput.version ● String scalar miscellaneous

connector version

CatalogListingMetaDataUpdateInput.connectorExternalId ● String scalar miscellaneous

connector external id for call to action.This is not sensitive data.

Member Of

CatalogListingUpdateInput input

On this Page