CatalogPublishConfig
CatalogPublishConfig
An object representing publish settings of a catalog.
JSON Example
{
"catalogPublishedUrl": "string",
"isCachedEnabled": false,
"preserveIdentityInfo": false,
"password": "string"
}
string
catalogPublishedUrl
Optional
Publish url of this catalog.
boolean
isCachedEnabled
Optional
Whether the caching to local spool area is enabled for this catalog.
boolean
preserveIdentityInfo
Optional
Whether to preserve identity information while downloading content.
string
password
Optional
Password that subscribers need to use to subscribe from this published catalog.