TypeEnum

public enum TypeEnum : String

The type of source to connect to.

  • box indicates the configuration is to connect an instance of Enterprise Box.
  • salesforce indicates the configuration is to connect to Salesforce.
  • sharepoint indicates the configuration is to connect to Microsoft SharePoint Online.
  • web_crawl indicates the configuration is to perform a web page crawl.
  • cloud_object_storage indicates the configuration is to connect to a cloud object store.
  • box

    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"