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
Was this topic helpful?