SourceType
public enum SourceType : String
The source that this credentials object connects to.
boxindicates the credentials are used to connect an instance of Enterprise Box.salesforceindicates the credentials are used to connect to Salesforce.sharepointindicates the credentials are used to connect to Microsoft SharePoint Online.web_crawlindicates the credentials are used to perform a web crawl. =cloud_object_storageindicates the credentials are used to connect to an IBM 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
SourceType Enumeration Reference