Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListExternalConnectorsResult
Result json for the ListExternalConnectors API
Parameters
Name Type Description

allowExternalPermissions

Boolean

externalRepositoryName

String

Required
Not null

External repository name

externalRepositoryType

ExternalRepositoryType

Required
Not null

Possible values: [GOOGLE_DRIVE, GEMS_ONE_DRIVE, GEMS_CIFS, GEMS_CMIS, GEMS_SHAREPOINT, IMANAGE, BOX, CMIS, IMANAGE_CLOUD, CIFS, CIFS_V20, DROPBOX, SHAREPOINT_V20, SHAREPOINT_V30, SHAREPOINT, ONE_DRIVE, GEMS_SHAREPOINT_ONLINE, GEMS_CMIS_ONLINE, NONE, SHAREPOINT_ONLINE].

externalRepositoryUuid

String

isInbound

Boolean

Json Format
{
externalRepositoryName: String,
externalRepositoryType: ExternalRepositoryType,
externalRepositoryUuid: String,
allowExternalPermissions: Boolean,
isInbound: Boolean
}