From a392e59fdf9addcebaaae185ca80d072e8235693 Mon Sep 17 00:00:00 2001 From: parthpuri-elastic <150776158+parthpuri-elastic@users.noreply.github.com> Date: Mon, 27 May 2024 19:54:18 +0530 Subject: [PATCH] [Search] Add DLS parameters in native Outlook connector (#184098) ## Summary Related to https://github.com/elastic/connectors/issues/2405 Add new config parameter in Outlook Connector related to Document Level Security ### Checklist Delete any items that are not applicable to this PR. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) Version: 8.15.0 --- .../types/native_connectors.ts | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages/kbn-search-connectors/types/native_connectors.ts b/packages/kbn-search-connectors/types/native_connectors.ts index 422e31d2282be2..e8976b0f09f7bc 100644 --- a/packages/kbn-search-connectors/types/native_connectors.ts +++ b/packages/kbn-search-connectors/types/native_connectors.ts @@ -3583,12 +3583,34 @@ export const NATIVE_CONNECTOR_DEFINITIONS: Record