Waiting for engine...
Skip to main content

CatalogListingUrl

Represents URL information for a catalog listing, including the URL itself and whether authentication is required to access it.

type CatalogListingUrl {
url: String
authenticated: Boolean
}

Fields

CatalogListingUrl.url ● String scalar miscellaneous

The url associated with the listing

CatalogListingUrl.authenticated ● Boolean scalar miscellaneous

Can the link be opened without logging into Platform

Member Of

CatalogListingMetaData object

On this Page