SourceType
public enum SourceType : String
The source that this credentials object connects to.
box
indicates the credentials are used to connect an instance of Enterprise Box.salesforce
indicates the credentials are used to connect to Salesforce.sharepoint
indicates the credentials are used to connect to Microsoft SharePoint Online.web_crawl
indicates the credentials are used to perform a web crawl. =cloud_object_storage
indicates 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"