Update object types for SharePoint Online external connector (#130478) (#130489)

(cherry picked from commit 0fdccf70e3)

Co-authored-by: Byron Hulcher <byronhulcher@gmail.com>
This commit is contained in:
Kibana Machine 2022-04-18 13:56:22 -05:00 committed by GitHub
parent 5d1d1c7840
commit bea60d1592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ export const staticExternalSourceData: SourceDataItem = {
documentationUrl: docLinks.workplaceSearchExternalSharePointOnline,
applicationPortalUrl: 'https://portal.azure.com/',
},
objTypes: [SOURCE_OBJ_TYPES.FOLDERS, SOURCE_OBJ_TYPES.SITES, SOURCE_OBJ_TYPES.ALL_FILES],
objTypes: [SOURCE_OBJ_TYPES.ALL_STORED_FILES],
features: {
basicOrgContext: [
FeatureIds.SyncFrequency,