|
Watson Developer Cloud .NET Standard SDK
4.0.0-rc1
The .NET SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
|
The source that this credentials object connects to. More...
Public Attributes | |
| const string | BOX = "box" |
| Constant BOX for box More... | |
| const string | SALESFORCE = "salesforce" |
| Constant SALESFORCE for salesforce More... | |
| const string | SHAREPOINT = "sharepoint" |
| Constant SHAREPOINT for sharepoint More... | |
| const string | WEB_CRAWL = "web_crawl" |
| Constant WEB_CRAWL for web_crawl More... | |
| const string | CLOUD_OBJECT_STORAGE = "cloud_object_storage" |
| Constant CLOUD_OBJECT_STORAGE for cloud_object_storage More... | |
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. | const string IBM.Watson.Discovery.v1.Model.Credentials.SourceTypeEnumValue.BOX = "box" |
Constant BOX for box
| const string IBM.Watson.Discovery.v1.Model.Credentials.SourceTypeEnumValue.CLOUD_OBJECT_STORAGE = "cloud_object_storage" |
Constant CLOUD_OBJECT_STORAGE for cloud_object_storage
| const string IBM.Watson.Discovery.v1.Model.Credentials.SourceTypeEnumValue.SALESFORCE = "salesforce" |
Constant SALESFORCE for salesforce
| const string IBM.Watson.Discovery.v1.Model.Credentials.SourceTypeEnumValue.SHAREPOINT = "sharepoint" |
Constant SHAREPOINT for sharepoint
| const string IBM.Watson.Discovery.v1.Model.Credentials.SourceTypeEnumValue.WEB_CRAWL = "web_crawl" |
Constant WEB_CRAWL for web_crawl