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.
IBM.Watson.Discovery.v1.Model.Credentials.SourceTypeEnumValue Class Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ BOX

const string IBM.Watson.Discovery.v1.Model.Credentials.SourceTypeEnumValue.BOX = "box"

Constant BOX for box

◆ CLOUD_OBJECT_STORAGE

const string IBM.Watson.Discovery.v1.Model.Credentials.SourceTypeEnumValue.CLOUD_OBJECT_STORAGE = "cloud_object_storage"

Constant CLOUD_OBJECT_STORAGE for cloud_object_storage

◆ SALESFORCE

const string IBM.Watson.Discovery.v1.Model.Credentials.SourceTypeEnumValue.SALESFORCE = "salesforce"

Constant SALESFORCE for salesforce

◆ SHAREPOINT

const string IBM.Watson.Discovery.v1.Model.Credentials.SourceTypeEnumValue.SHAREPOINT = "sharepoint"

Constant SHAREPOINT for sharepoint

◆ WEB_CRAWL

const string IBM.Watson.Discovery.v1.Model.Credentials.SourceTypeEnumValue.WEB_CRAWL = "web_crawl"

Constant WEB_CRAWL for web_crawl


The documentation for this class was generated from the following file: