TypeEnum
public enum TypeEnum : String
The type of source to connect to.
boxindicates the configuration is to connect an instance of Enterprise Box.salesforceindicates the configuration is to connect to Salesforce.sharepointindicates the configuration is to connect to Microsoft SharePoint Online.web_crawlindicates the configuration is to perform a web page crawl.cloud_object_storageindicates the configuration is to connect to a cloud object store.
-
Undocumented
Declaration
Swift
case box = "box" -
Undocumented
Declaration
Swift
case salesforce = "salesforce" -
Undocumented
Declaration
Swift
case sharepoint = "sharepoint" -
Undocumented
Declaration
Swift
case webCrawl = "web_crawl" -
Undocumented
Declaration
Swift
case cloudObjectStorage = "cloud_object_storage"
View on GitHub
TypeEnum Enumeration Reference