Interface UpdateCredentialsOptions.SourceType
- Enclosing class:
- UpdateCredentialsOptions
public static interface UpdateCredentialsOptions.SourceType
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.
-
Field Summary
Fields Modifier and Type Field Description static String
BOX
box.static String
CLOUD_OBJECT_STORAGE
cloud_object_storage.static String
SALESFORCE
salesforce.static String
SHAREPOINT
sharepoint.static String
WEB_CRAWL
web_crawl.
-
Field Details
-
BOX
box.- See Also:
- Constant Field Values
-
SALESFORCE
salesforce.- See Also:
- Constant Field Values
-
SHAREPOINT
sharepoint.- See Also:
- Constant Field Values
-
WEB_CRAWL
web_crawl.- See Also:
- Constant Field Values
-
CLOUD_OBJECT_STORAGE
cloud_object_storage.- See Also:
- Constant Field Values
-