kibana/api_docs/kbn_search_connectors.devdocs.json

57098 lines
No EOL
2.7 MiB

{
"id": "@kbn/search-connectors",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.cancelSync",
"type": "Function",
"tags": [],
"label": "cancelSync",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", syncJobId: string) => Promise<",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorAPICancelSyncResponse",
"text": "ConnectorAPICancelSyncResponse"
},
">"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/cancel_sync.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.cancelSync.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/cancel_sync.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.cancelSync.$2",
"type": "string",
"tags": [],
"label": "syncJobId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/cancel_sync.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.cancelSyncs",
"type": "Function",
"tags": [],
"label": "cancelSyncs",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", connectorId: string) => Promise<void>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/cancel_syncs.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.cancelSyncs.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/cancel_syncs.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.cancelSyncs.$2",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/cancel_syncs.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.collectConnectorStats",
"type": "Function",
"tags": [],
"label": "collectConnectorStats",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
") => Promise<",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorStats",
"text": "ConnectorStats"
},
"[]>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/collect_connector_stats.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.collectConnectorStats.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/collect_connector_stats.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigurationComponent",
"type": "Function",
"tags": [],
"label": "ConnectorConfigurationComponent",
"description": [],
"signature": [
"({ children, connector, hasPlatinumLicense, isDisabled, isLoading, saveConfig, saveAndSync, onEditStateChange, subscriptionLink, stackManagementLink, }: React.PropsWithChildren<ConnectorConfigurationProps>) => React.JSX.Element"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigurationComponent.$1",
"type": "CompoundType",
"tags": [],
"label": "{\n children,\n connector,\n hasPlatinumLicense,\n isDisabled,\n isLoading,\n saveConfig,\n saveAndSync,\n onEditStateChange,\n subscriptionLink,\n stackManagementLink,\n}",
"description": [],
"signature": [
"React.PropsWithChildren<ConnectorConfigurationProps>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSchedulingComponent",
"type": "Function",
"tags": [],
"label": "ConnectorSchedulingComponent",
"description": [],
"signature": [
"({ children, connector, configurationPathOnClick, dataTelemetryIdPrefix, hasChanges, hasIngestionError, hasPlatinumLicense, isDisabled, setHasChanges, shouldShowAccessControlSync, shouldShowIncrementalSync, updateConnectorStatus, updateScheduling, }: ConnectorContentSchedulingProps) => React.JSX.Element"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/scheduling/connector_scheduling.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSchedulingComponent.$1",
"type": "Object",
"tags": [],
"label": "{\n children,\n connector,\n configurationPathOnClick,\n dataTelemetryIdPrefix,\n hasChanges,\n hasIngestionError,\n hasPlatinumLicense,\n isDisabled,\n setHasChanges,\n shouldShowAccessControlSync,\n shouldShowIncrementalSync,\n updateConnectorStatus,\n updateScheduling,\n}",
"description": [],
"signature": [
"ConnectorContentSchedulingProps"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/scheduling/connector_scheduling.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnector",
"type": "Function",
"tags": [],
"label": "createConnector",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", input: { configuration?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfiguration",
"text": "ConnectorConfiguration"
},
" | undefined; features?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorFeatures",
"text": "ConnectorFeatures"
},
" | undefined; indexName: string | null; isNative: boolean; language: string | null; name?: string | undefined; pipeline?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.IngestPipelineParams",
"text": "IngestPipelineParams"
},
" | undefined; serviceType?: string | null | undefined; }) => Promise<",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.Connector",
"text": "Connector"
},
">"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnector.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnector.$2",
"type": "Object",
"tags": [],
"label": "input",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnector.$2.configuration",
"type": "CompoundType",
"tags": [],
"label": "configuration",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfiguration",
"text": "ConnectorConfiguration"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnector.$2.features",
"type": "CompoundType",
"tags": [],
"label": "features",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorFeatures",
"text": "ConnectorFeatures"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnector.$2.indexName",
"type": "CompoundType",
"tags": [],
"label": "indexName",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnector.$2.isNative",
"type": "boolean",
"tags": [],
"label": "isNative",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnector.$2.language",
"type": "CompoundType",
"tags": [],
"label": "language",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnector.$2.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnector.$2.pipeline",
"type": "Object",
"tags": [],
"label": "pipeline",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.IngestPipelineParams",
"text": "IngestPipelineParams"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnector.$2.serviceType",
"type": "CompoundType",
"tags": [],
"label": "serviceType",
"description": [],
"signature": [
"string | null | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnectorDocument",
"type": "Function",
"tags": [],
"label": "createConnectorDocument",
"description": [],
"signature": [
"({\n configuration,\n features,\n indexName,\n isNative,\n name,\n pipeline,\n serviceType,\n language,\n}: { configuration?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfiguration",
"text": "ConnectorConfiguration"
},
" | undefined; features?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorFeatures",
"text": "ConnectorFeatures"
},
" | undefined; indexName: string | null; isNative: boolean; language: string | null; name?: string | undefined; pipeline?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.IngestPipelineParams",
"text": "IngestPipelineParams"
},
" | null | undefined; serviceType: string | null; }) => ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorDocument",
"text": "ConnectorDocument"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnectorDocument.$1",
"type": "Object",
"tags": [],
"label": "{\n configuration,\n features,\n indexName,\n isNative,\n name,\n pipeline,\n serviceType,\n language,\n}",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnectorDocument.$1.configuration",
"type": "CompoundType",
"tags": [],
"label": "configuration",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfiguration",
"text": "ConnectorConfiguration"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnectorDocument.$1.features",
"type": "CompoundType",
"tags": [],
"label": "features",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorFeatures",
"text": "ConnectorFeatures"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnectorDocument.$1.indexName",
"type": "CompoundType",
"tags": [],
"label": "indexName",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnectorDocument.$1.isNative",
"type": "boolean",
"tags": [],
"label": "isNative",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnectorDocument.$1.language",
"type": "CompoundType",
"tags": [],
"label": "language",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnectorDocument.$1.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnectorDocument.$1.pipeline",
"type": "CompoundType",
"tags": [],
"label": "pipeline",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.IngestPipelineParams",
"text": "IngestPipelineParams"
},
" | null | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnectorDocument.$1.serviceType",
"type": "CompoundType",
"tags": [],
"label": "serviceType",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnectorSecret",
"type": "Function",
"tags": [],
"label": "createConnectorSecret",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", value: string) => Promise<",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorSecretCreateResponse",
"text": "ConnectorSecretCreateResponse"
},
">"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_secret.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnectorSecret.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_secret.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.createConnectorSecret.$2",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_secret.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DecorativeHorizontalStepper",
"type": "Function",
"tags": [],
"label": "DecorativeHorizontalStepper",
"description": [],
"signature": [
"({ stepCount, }: DecorativeHorizontalStepperProps) => React.JSX.Element"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/decorative_horizontal_stepper/decorative_horizontal_stepper.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DecorativeHorizontalStepper.$1",
"type": "Object",
"tags": [],
"label": "{\n stepCount = 2,\n}",
"description": [],
"signature": [
"DecorativeHorizontalStepperProps"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/decorative_horizontal_stepper/decorative_horizontal_stepper.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.deleteConnectorById",
"type": "Function",
"tags": [],
"label": "deleteConnectorById",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", id: string) => Promise<",
"AcknowledgedResponseBase",
">"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/delete_connector.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.deleteConnectorById.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/delete_connector.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.deleteConnectorById.$2",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/delete_connector.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.deleteConnectorSecret",
"type": "Function",
"tags": [],
"label": "deleteConnectorSecret",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", id: string) => Promise<",
"Result",
">"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/delete_connector_secret.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.deleteConnectorSecret.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/delete_connector_secret.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.deleteConnectorSecret.$2",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/delete_connector_secret.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchConnectorById",
"type": "Function",
"tags": [],
"label": "fetchConnectorById",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", connectorId: string) => Promise<",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.Connector",
"text": "Connector"
},
" | undefined>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchConnectorById.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchConnectorById.$2",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchConnectorByIndexName",
"type": "Function",
"tags": [],
"label": "fetchConnectorByIndexName",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", indexName: string) => Promise<",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.Connector",
"text": "Connector"
},
" | undefined>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchConnectorByIndexName.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchConnectorByIndexName.$2",
"type": "string",
"tags": [],
"label": "indexName",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchConnectors",
"type": "Function",
"tags": [],
"label": "fetchConnectors",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", indexNames?: string[] | undefined, fetchOnlyCrawlers?: boolean | undefined, searchQuery?: string | undefined, includeDeleted?: boolean | undefined) => Promise<",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.Connector",
"text": "Connector"
},
"[]>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchConnectors.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchConnectors.$2",
"type": "Array",
"tags": [],
"label": "indexNames",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchConnectors.$3",
"type": "CompoundType",
"tags": [],
"label": "fetchOnlyCrawlers",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchConnectors.$4",
"type": "string",
"tags": [],
"label": "searchQuery",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchConnectors.$5",
"type": "CompoundType",
"tags": [],
"label": "includeDeleted",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchSyncJobs",
"type": "Function",
"tags": [],
"label": "fetchSyncJobs",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", connectorId?: string | undefined, from?: number, size?: number, syncJobType?: \"content\" | \"all\" | \"access_control\", syncStatus?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncStatus",
"text": "SyncStatus"
},
" | undefined) => Promise<",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.Paginate",
"text": "Paginate"
},
"<",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorSyncJob",
"text": "ConnectorSyncJob"
},
">>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_sync_jobs.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchSyncJobs.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_sync_jobs.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchSyncJobs.$2",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_sync_jobs.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchSyncJobs.$3",
"type": "number",
"tags": [],
"label": "from",
"description": [],
"signature": [
"number"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_sync_jobs.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchSyncJobs.$4",
"type": "number",
"tags": [],
"label": "size",
"description": [],
"signature": [
"number"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_sync_jobs.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchSyncJobs.$5",
"type": "CompoundType",
"tags": [],
"label": "syncJobType",
"description": [],
"signature": [
"\"content\" | \"all\" | \"access_control\""
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_sync_jobs.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.fetchSyncJobs.$6",
"type": "CompoundType",
"tags": [],
"label": "syncStatus",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncStatus",
"text": "SyncStatus"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_sync_jobs.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.filteringPolicyToText",
"type": "Function",
"tags": [],
"label": "filteringPolicyToText",
"description": [],
"signature": [
"(filteringPolicy: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringPolicy",
"text": "FilteringPolicy"
},
") => string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/filtering_rule_helpers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.filteringPolicyToText.$1",
"type": "CompoundType",
"tags": [],
"label": "filteringPolicy",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringPolicy",
"text": "FilteringPolicy"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/filtering_rule_helpers.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRulesTable",
"type": "Function",
"tags": [],
"label": "FilteringRulesTable",
"description": [],
"signature": [
"({ showOrder, filteringRules, }: FilteringRulesTableProps) => React.JSX.Element"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/sync_jobs/filtering_rules_table.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRulesTable.$1",
"type": "Object",
"tags": [],
"label": "{\n showOrder,\n filteringRules,\n}",
"description": [],
"signature": [
"FilteringRulesTableProps"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/sync_jobs/filtering_rules_table.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.filteringRuleToText",
"type": "Function",
"tags": [],
"label": "filteringRuleToText",
"description": [],
"signature": [
"(filteringRule: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringRuleRule",
"text": "FilteringRuleRule"
},
") => string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/filtering_rule_helpers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.filteringRuleToText.$1",
"type": "CompoundType",
"tags": [],
"label": "filteringRule",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringRuleRule",
"text": "FilteringRuleRule"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/filtering_rule_helpers.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.generateConnectorName",
"type": "Function",
"tags": [],
"label": "generateConnectorName",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", connectorType: string, isNative: boolean, userConnectorName?: string | undefined) => Promise<{ connectorName: string; indexName: string; }>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/generate_connector_name.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.generateConnectorName.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/generate_connector_name.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.generateConnectorName.$2",
"type": "string",
"tags": [],
"label": "connectorType",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/generate_connector_name.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.generateConnectorName.$3",
"type": "boolean",
"tags": [],
"label": "isNative",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/generate_connector_name.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.generateConnectorName.$4",
"type": "string",
"tags": [],
"label": "userConnectorName",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/generate_connector_name.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.getConnectorsDict",
"type": "Function",
"tags": [],
"label": "getConnectorsDict",
"description": [],
"signature": [
"() => Record<string, ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorClientSideDefinition",
"text": "ConnectorClientSideDefinition"
},
">"
],
"path": "src/platform/packages/shared/kbn-search-connectors/constants/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.isCategoryEntry",
"type": "Function",
"tags": [],
"label": "isCategoryEntry",
"description": [],
"signature": [
"(input: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigProperties",
"text": "ConnectorConfigProperties"
},
" | ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigCategoryProperties",
"text": "ConnectorConfigCategoryProperties"
},
" | { label: string; value: boolean; } | null) => boolean"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/is_category_entry.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.isCategoryEntry.$1",
"type": "CompoundType",
"tags": [],
"label": "input",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigProperties",
"text": "ConnectorConfigProperties"
},
" | ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigCategoryProperties",
"text": "ConnectorConfigCategoryProperties"
},
" | { label: string; value: boolean; } | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/is_category_entry.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.isConfigEntry",
"type": "Function",
"tags": [],
"label": "isConfigEntry",
"description": [],
"signature": [
"(input: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigProperties",
"text": "ConnectorConfigProperties"
},
" | ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigCategoryProperties",
"text": "ConnectorConfigCategoryProperties"
},
" | { label: string; value: boolean; } | null) => boolean"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/is_category_entry.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.isConfigEntry.$1",
"type": "CompoundType",
"tags": [],
"label": "input",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigProperties",
"text": "ConnectorConfigProperties"
},
" | ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigCategoryProperties",
"text": "ConnectorConfigCategoryProperties"
},
" | { label: string; value: boolean; } | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/is_category_entry.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.isNotNullish",
"type": "Function",
"tags": [],
"label": "isNotNullish",
"description": [],
"signature": [
"(value: T | null | undefined) => boolean"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/is_not_nullish.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.isNotNullish.$1",
"type": "CompoundType",
"tags": [],
"label": "value",
"description": [],
"signature": [
"T | null | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/is_not_nullish.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.isResourceNotFoundException",
"type": "Function",
"tags": [],
"label": "isResourceNotFoundException",
"description": [],
"signature": [
"(error: ",
"ElasticsearchResponseError",
") => boolean"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/identify_exceptions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.isResourceNotFoundException.$1",
"type": "Object",
"tags": [],
"label": "error",
"description": [],
"signature": [
"ElasticsearchResponseError"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/identify_exceptions.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.isStatusTransitionException",
"type": "Function",
"tags": [],
"label": "isStatusTransitionException",
"description": [],
"signature": [
"(error: ",
"ElasticsearchResponseError",
") => boolean"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/identify_exceptions.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.isStatusTransitionException.$1",
"type": "Object",
"tags": [],
"label": "error",
"description": [],
"signature": [
"ElasticsearchResponseError"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/identify_exceptions.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.isSyncCancellable",
"type": "Function",
"tags": [],
"label": "isSyncCancellable",
"description": [],
"signature": [
"(syncStatus: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncStatus",
"text": "SyncStatus"
},
") => boolean"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.isSyncCancellable.$1",
"type": "Enum",
"tags": [],
"label": "syncStatus",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncStatus",
"text": "SyncStatus"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.pageToPagination",
"type": "Function",
"tags": [],
"label": "pageToPagination",
"description": [],
"signature": [
"(page: { from: number; size: number; total: number; }) => { pageIndex: number; pageSize: number; totalItemCount: number; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/page_to_pagination.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.pageToPagination.$1",
"type": "Object",
"tags": [],
"label": "page",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/page_to_pagination.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.pageToPagination.$1.from",
"type": "number",
"tags": [],
"label": "from",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/page_to_pagination.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.pageToPagination.$1.size",
"type": "number",
"tags": [],
"label": "size",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/page_to_pagination.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.pageToPagination.$1.total",
"type": "number",
"tags": [],
"label": "total",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/page_to_pagination.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.putUpdateNative",
"type": "Function",
"tags": [],
"label": "putUpdateNative",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", connectorId: string, isNative: boolean) => Promise<",
"Result",
">"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_native.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.putUpdateNative.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_native.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.putUpdateNative.$2",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_native.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.putUpdateNative.$3",
"type": "boolean",
"tags": [],
"label": "isNative",
"description": [],
"signature": [
"boolean"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_native.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.startConnectorSync",
"type": "Function",
"tags": [],
"label": "startConnectorSync",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", { connectorId, jobType, }: { connectorId: string; jobType?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncJobType",
"text": "SyncJobType"
},
" | undefined; }) => Promise<{ id: string; }>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/start_sync.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.startConnectorSync.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/start_sync.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.startConnectorSync.$2",
"type": "Object",
"tags": [],
"label": "{\n connectorId,\n jobType,\n }",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/start_sync.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.startConnectorSync.$2.connectorId",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/start_sync.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.startConnectorSync.$2.jobType",
"type": "CompoundType",
"tags": [],
"label": "jobType",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncJobType",
"text": "SyncJobType"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/start_sync.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobsTable",
"type": "Function",
"tags": [],
"label": "SyncJobsTable",
"description": [],
"signature": [
"({ isLoading, onPaginate, pagination, syncJobs, type, cancelConfirmModalProps, }: SyncJobHistoryTableProps) => React.JSX.Element"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/sync_jobs/sync_jobs_table.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobsTable.$1",
"type": "Object",
"tags": [],
"label": "{\n isLoading,\n onPaginate,\n pagination,\n syncJobs,\n type,\n cancelConfirmModalProps = {\n onConfirmCb: () => {},\n isLoading: false,\n setSyncJobIdToCancel: () => {},\n syncJobIdToCancel: undefined,\n },\n}",
"description": [],
"signature": [
"SyncJobHistoryTableProps"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/sync_jobs/sync_jobs_table.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.syncJobTypeToText",
"type": "Function",
"tags": [],
"label": "syncJobTypeToText",
"description": [],
"signature": [
"(syncType: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncJobType",
"text": "SyncJobType"
},
") => string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.syncJobTypeToText.$1",
"type": "Enum",
"tags": [],
"label": "syncType",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncJobType",
"text": "SyncJobType"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.syncStatusToColor",
"type": "Function",
"tags": [],
"label": "syncStatusToColor",
"description": [],
"signature": [
"(status: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncStatus",
"text": "SyncStatus"
},
") => string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.syncStatusToColor.$1",
"type": "Enum",
"tags": [],
"label": "status",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncStatus",
"text": "SyncStatus"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.syncStatusToText",
"type": "Function",
"tags": [],
"label": "syncStatusToText",
"description": [],
"signature": [
"(status: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncStatus",
"text": "SyncStatus"
},
") => string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.syncStatusToText.$1",
"type": "Enum",
"tags": [],
"label": "status",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncStatus",
"text": "SyncStatus"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.toAlphanumeric",
"type": "Function",
"tags": [],
"label": "toAlphanumeric",
"description": [],
"signature": [
"(input: string) => string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/to_alphanumeric.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.toAlphanumeric.$1",
"type": "string",
"tags": [],
"label": "input",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/utils/to_alphanumeric.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.toValidIndexName",
"type": "Function",
"tags": [],
"label": "toValidIndexName",
"description": [],
"signature": [
"(str: string) => string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/generate_connector_name.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.toValidIndexName.$1",
"type": "string",
"tags": [],
"label": "str",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/generate_connector_name.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorApiKeyId",
"type": "Function",
"tags": [],
"label": "updateConnectorApiKeyId",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", connectorId: string, apiKeyId: string | null, apiKeySecretId: string | null) => Promise<",
"Result",
">"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_api_key_id.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorApiKeyId.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_api_key_id.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorApiKeyId.$2",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_api_key_id.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorApiKeyId.$3",
"type": "CompoundType",
"tags": [],
"label": "apiKeyId",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_api_key_id.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorApiKeyId.$4",
"type": "CompoundType",
"tags": [],
"label": "apiKeySecretId",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_api_key_id.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorConfiguration",
"type": "Function",
"tags": [],
"label": "updateConnectorConfiguration",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", connectorId: string, configuration: Record<string, string | number | boolean>) => Promise<",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfiguration",
"text": "ConnectorConfiguration"
},
" | undefined>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_configuration.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorConfiguration.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_configuration.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorConfiguration.$2",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_configuration.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorConfiguration.$3",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"signature": [
"Record<string, string | number | boolean>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_configuration.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorIndexName",
"type": "Function",
"tags": [],
"label": "updateConnectorIndexName",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", connectorId: string, indexName: string | null) => Promise<",
"Result",
">"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_index_name.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorIndexName.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_index_name.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorIndexName.$2",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_index_name.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorIndexName.$3",
"type": "CompoundType",
"tags": [],
"label": "indexName",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_index_name.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorNameAndDescription",
"type": "Function",
"tags": [],
"label": "updateConnectorNameAndDescription",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", connectorId: string, connectorUpdates: Partial<Pick<",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.Connector",
"text": "Connector"
},
", \"name\" | \"description\">>) => Promise<",
"Result",
">"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_name_and_description.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorNameAndDescription.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_name_and_description.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorNameAndDescription.$2",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_name_and_description.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorNameAndDescription.$3",
"type": "Object",
"tags": [],
"label": "connectorUpdates",
"description": [],
"signature": [
"Partial<Pick<",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.Connector",
"text": "Connector"
},
", \"name\" | \"description\">>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_name_and_description.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorScheduling",
"type": "Function",
"tags": [],
"label": "updateConnectorScheduling",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", connectorId: string, scheduling: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SchedulingConfiguraton",
"text": "SchedulingConfiguraton"
},
") => Promise<",
"Result",
">"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_scheduling.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorScheduling.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_scheduling.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorScheduling.$2",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_scheduling.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorScheduling.$3",
"type": "Object",
"tags": [],
"label": "scheduling",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SchedulingConfiguraton",
"text": "SchedulingConfiguraton"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_scheduling.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorSecret",
"type": "Function",
"tags": [],
"label": "updateConnectorSecret",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", value: string, secretId: string) => Promise<",
"Result",
">"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_secret.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorSecret.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_secret.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorSecret.$2",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_secret.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorSecret.$3",
"type": "string",
"tags": [],
"label": "secretId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_secret.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorServiceType",
"type": "Function",
"tags": [],
"label": "updateConnectorServiceType",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", connectorId: string, serviceType: string) => Promise<",
"Result",
">"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_service_type.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorServiceType.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_service_type.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorServiceType.$2",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_service_type.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorServiceType.$3",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_service_type.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorStatus",
"type": "Function",
"tags": [],
"label": "updateConnectorStatus",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", connectorId: string, status: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorStatus",
"text": "ConnectorStatus"
},
") => Promise<",
"Result",
">"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_status.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorStatus.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_status.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorStatus.$2",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_status.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateConnectorStatus.$3",
"type": "Enum",
"tags": [],
"label": "status",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorStatus",
"text": "ConnectorStatus"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_status.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateFiltering",
"type": "Function",
"tags": [],
"label": "updateFiltering",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", connectorId: string) => Promise<",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringRules",
"text": "FilteringRules"
},
" | undefined>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateFiltering.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateFiltering.$2",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateFilteringDraft",
"type": "Function",
"tags": [],
"label": "updateFilteringDraft",
"description": [],
"signature": [
"(client: ",
"ElasticsearchClient",
", connectorId: string, { advancedSnippet, filteringRules, }: { advancedSnippet: string; filteringRules: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringRule",
"text": "FilteringRule"
},
"[]; }) => Promise<",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringRules",
"text": "FilteringRules"
},
" | undefined>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering_draft.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateFilteringDraft.$1",
"type": "Object",
"tags": [],
"label": "client",
"description": [],
"signature": [
"ElasticsearchClient"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering_draft.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateFilteringDraft.$2",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering_draft.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateFilteringDraft.$3",
"type": "Object",
"tags": [],
"label": "{\n advancedSnippet,\n filteringRules,\n }",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering_draft.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateFilteringDraft.$3.advancedSnippet",
"type": "string",
"tags": [],
"label": "advancedSnippet",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering_draft.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.updateFilteringDraft.$3.filteringRules",
"type": "Array",
"tags": [],
"label": "filteringRules",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringRule",
"text": "FilteringRule"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering_draft.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CategoryEntry",
"type": "Interface",
"tags": [],
"label": "CategoryEntry",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CategoryEntry.configEntries",
"type": "Array",
"tags": [],
"label": "configEntries",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConfigEntryView",
"text": "ConfigEntryView"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CategoryEntry.key",
"type": "string",
"tags": [],
"label": "key",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CategoryEntry.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CategoryEntry.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConfigEntryView",
"type": "Interface",
"tags": [],
"label": "ConfigEntryView",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConfigEntryView",
"text": "ConfigEntryView"
},
" extends ConfigEntry"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConfigEntryView.isValid",
"type": "boolean",
"tags": [],
"label": "isValid",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConfigEntryView.validationErrors",
"type": "Array",
"tags": [],
"label": "validationErrors",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConfigView",
"type": "Interface",
"tags": [],
"label": "ConfigView",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConfigView.advancedConfigurations",
"type": "Array",
"tags": [],
"label": "advancedConfigurations",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConfigEntryView",
"text": "ConfigEntryView"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConfigView.categories",
"type": "Array",
"tags": [],
"label": "categories",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.CategoryEntry",
"text": "CategoryEntry"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConfigView.unCategorizedItems",
"type": "Array",
"tags": [],
"label": "unCategorizedItems",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConfigEntryView",
"text": "ConfigEntryView"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector",
"type": "Interface",
"tags": [],
"label": "Connector",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.api_key_id",
"type": "CompoundType",
"tags": [],
"label": "api_key_id",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.api_key_secret_id",
"type": "CompoundType",
"tags": [],
"label": "api_key_secret_id",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.configuration",
"type": "CompoundType",
"tags": [],
"label": "configuration",
"description": [],
"signature": [
"Record<string, ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigProperties",
"text": "ConnectorConfigProperties"
},
" | ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigCategoryProperties",
"text": "ConnectorConfigCategoryProperties"
},
" | null> & { extract_full_html?: { label: string; value: boolean; } | undefined; use_document_level_security?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigProperties",
"text": "ConnectorConfigProperties"
},
" | undefined; use_text_extraction_service?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigProperties",
"text": "ConnectorConfigProperties"
},
" | undefined; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.custom_scheduling",
"type": "Object",
"tags": [],
"label": "custom_scheduling",
"description": [],
"signature": [
"{ [x: string]: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.CustomScheduling",
"text": "CustomScheduling"
},
" | null; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.description",
"type": "CompoundType",
"tags": [],
"label": "description",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.error",
"type": "CompoundType",
"tags": [],
"label": "error",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.features",
"type": "CompoundType",
"tags": [],
"label": "features",
"description": [],
"signature": [
"Partial<{ document_level_security: { enabled: boolean; }; filtering_advanced_config: boolean; filtering_rules: boolean; incremental_sync: { enabled: boolean; }; sync_rules: { advanced?: { enabled: boolean; } | undefined; basic?: { enabled: boolean; } | undefined; }; }> | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.filtering",
"type": "Array",
"tags": [],
"label": "filtering",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringConfig",
"text": "FilteringConfig"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.index_name",
"type": "CompoundType",
"tags": [],
"label": "index_name",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.is_native",
"type": "boolean",
"tags": [],
"label": "is_native",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.deleted",
"type": "CompoundType",
"tags": [],
"label": "deleted",
"description": [],
"signature": [
"boolean | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.language",
"type": "CompoundType",
"tags": [],
"label": "language",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.last_access_control_sync_error",
"type": "CompoundType",
"tags": [],
"label": "last_access_control_sync_error",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.last_access_control_sync_scheduled_at",
"type": "CompoundType",
"tags": [],
"label": "last_access_control_sync_scheduled_at",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.last_access_control_sync_status",
"type": "CompoundType",
"tags": [],
"label": "last_access_control_sync_status",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncStatus",
"text": "SyncStatus"
},
" | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.last_deleted_document_count",
"type": "CompoundType",
"tags": [],
"label": "last_deleted_document_count",
"description": [],
"signature": [
"number | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.last_incremental_sync_scheduled_at",
"type": "CompoundType",
"tags": [],
"label": "last_incremental_sync_scheduled_at",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.last_indexed_document_count",
"type": "CompoundType",
"tags": [],
"label": "last_indexed_document_count",
"description": [],
"signature": [
"number | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.last_seen",
"type": "CompoundType",
"tags": [],
"label": "last_seen",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.last_sync_error",
"type": "CompoundType",
"tags": [],
"label": "last_sync_error",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.last_sync_scheduled_at",
"type": "CompoundType",
"tags": [],
"label": "last_sync_scheduled_at",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.last_sync_status",
"type": "CompoundType",
"tags": [],
"label": "last_sync_status",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncStatus",
"text": "SyncStatus"
},
" | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.last_synced",
"type": "CompoundType",
"tags": [],
"label": "last_synced",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.pipeline",
"type": "CompoundType",
"tags": [],
"label": "pipeline",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.IngestPipelineParams",
"text": "IngestPipelineParams"
},
" | null | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.scheduling",
"type": "Object",
"tags": [],
"label": "scheduling",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SchedulingConfiguraton",
"text": "SchedulingConfiguraton"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.service_type",
"type": "CompoundType",
"tags": [],
"label": "service_type",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.status",
"type": "Enum",
"tags": [],
"label": "status",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorStatus",
"text": "ConnectorStatus"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Connector.sync_now",
"type": "boolean",
"tags": [],
"label": "sync_now",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorAPICancelSyncResponse",
"type": "Interface",
"tags": [],
"label": "ConnectorAPICancelSyncResponse",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorAPICancelSyncResponse.success",
"type": "boolean",
"tags": [],
"label": "success",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorAPIListConnectorsResponse",
"type": "Interface",
"tags": [],
"label": "ConnectorAPIListConnectorsResponse",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorAPIListConnectorsResponse.count",
"type": "number",
"tags": [],
"label": "count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorAPIListConnectorsResponse.results",
"type": "Array",
"tags": [],
"label": "results",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.Connector",
"text": "Connector"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorClientSideDefinition",
"type": "Interface",
"tags": [],
"label": "ConnectorClientSideDefinition",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorClientSideDefinition.docsUrl",
"type": "string",
"tags": [],
"label": "docsUrl",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorClientSideDefinition.externalAuthDocsUrl",
"type": "string",
"tags": [],
"label": "externalAuthDocsUrl",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorClientSideDefinition.externalDocsUrl",
"type": "string",
"tags": [],
"label": "externalDocsUrl",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorClientSideDefinition.platinumOnly",
"type": "CompoundType",
"tags": [],
"label": "platinumOnly",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigCategoryProperties",
"type": "Interface",
"tags": [],
"label": "ConnectorConfigCategoryProperties",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigCategoryProperties.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigCategoryProperties.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigCategoryProperties.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"category\""
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties",
"type": "Interface",
"tags": [],
"label": "ConnectorConfigProperties",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties.category",
"type": "string",
"tags": [],
"label": "category",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties.default_value",
"type": "CompoundType",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"string | number | boolean | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.Dependency",
"text": "Dependency"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties.display",
"type": "Enum",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SelectOption",
"text": "SelectOption"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties.order",
"type": "CompoundType",
"tags": [],
"label": "order",
"description": [],
"signature": [
"number | null | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties.placeholder",
"type": "string",
"tags": [],
"label": "placeholder",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties.tooltip",
"type": "CompoundType",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties.type",
"type": "Enum",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.Validation",
"text": "Validation"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfigProperties.value",
"type": "CompoundType",
"tags": [],
"label": "value",
"description": [],
"signature": [
"string | number | boolean | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorIndex",
"type": "Interface",
"tags": [],
"label": "ConnectorIndex",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorIndex",
"text": "ConnectorIndex"
},
" extends ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ElasticsearchIndex",
"text": "ElasticsearchIndex"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorIndex.connector",
"type": "Object",
"tags": [],
"label": "connector",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.Connector",
"text": "Connector"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorsAPISyncJobResponse",
"type": "Interface",
"tags": [],
"label": "ConnectorsAPISyncJobResponse",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorsAPISyncJobResponse.count",
"type": "number",
"tags": [],
"label": "count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorsAPISyncJobResponse.results",
"type": "Array",
"tags": [],
"label": "results",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorSyncJob",
"text": "ConnectorSyncJob"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorScheduling",
"type": "Interface",
"tags": [],
"label": "ConnectorScheduling",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorScheduling.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorScheduling.interval",
"type": "string",
"tags": [],
"label": "interval",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSecretCreateResponse",
"type": "Interface",
"tags": [],
"label": "ConnectorSecretCreateResponse",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSecretCreateResponse.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorServerSideDefinition",
"type": "Interface",
"tags": [],
"label": "ConnectorServerSideDefinition",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorServerSideDefinition.categories",
"type": "Array",
"tags": [],
"label": "categories",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorServerSideDefinition.description",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorServerSideDefinition.iconPath",
"type": "string",
"tags": [],
"label": "iconPath",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorServerSideDefinition.isBeta",
"type": "boolean",
"tags": [],
"label": "isBeta",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorServerSideDefinition.isNative",
"type": "boolean",
"tags": [],
"label": "isNative",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorServerSideDefinition.isTechPreview",
"type": "CompoundType",
"tags": [],
"label": "isTechPreview",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorServerSideDefinition.keywords",
"type": "Array",
"tags": [],
"label": "keywords",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorServerSideDefinition.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorServerSideDefinition.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats",
"type": "Interface",
"tags": [],
"label": "ConnectorStats",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.serviceType",
"type": "CompoundType",
"tags": [],
"label": "serviceType",
"description": [],
"signature": [
"string | null | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.isNative",
"type": "CompoundType",
"tags": [],
"label": "isNative",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.isDeleted",
"type": "boolean",
"tags": [],
"label": "isDeleted",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.status",
"type": "CompoundType",
"tags": [],
"label": "status",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorStatus",
"text": "ConnectorStatus"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.indexName",
"type": "CompoundType",
"tags": [],
"label": "indexName",
"description": [],
"signature": [
"string | null | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.dlsEnabled",
"type": "CompoundType",
"tags": [],
"label": "dlsEnabled",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.sslEnabled",
"type": "CompoundType",
"tags": [],
"label": "sslEnabled",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.fetchSelectively",
"type": "CompoundType",
"tags": [],
"label": "fetchSelectively",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.textExtractionServiceEnabled",
"type": "CompoundType",
"tags": [],
"label": "textExtractionServiceEnabled",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.documents",
"type": "Object",
"tags": [],
"label": "documents",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DocumentsStats",
"text": "DocumentsStats"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.dataSourceSpecific",
"type": "Object",
"tags": [],
"label": "dataSourceSpecific",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DataSourceSpecificStats",
"text": "DataSourceSpecificStats"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.scheduling",
"type": "Object",
"tags": [],
"label": "scheduling",
"description": [],
"signature": [
"{ accessControl: Scheduling; full: Scheduling; incremental: Scheduling; } | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.syncRules",
"type": "Object",
"tags": [],
"label": "syncRules",
"description": [],
"signature": [
"{ active: { withBasicRules: boolean; withAdvancedRules: boolean; }; draft: { withBasicRules: boolean; withAdvancedRules: boolean; }; } | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.ingestPipeline",
"type": "Object",
"tags": [],
"label": "ingestPipeline",
"description": [],
"signature": [
"{ name: string; extractBinaryContent: boolean; reduceWhitespace: boolean; runMLInference: boolean; } | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStats.syncJobs",
"type": "Object",
"tags": [],
"label": "syncJobs",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncJobStats",
"text": "SyncJobStats"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob",
"type": "Interface",
"tags": [],
"label": "ConnectorSyncJob",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.cancelation_requested_at",
"type": "CompoundType",
"tags": [],
"label": "cancelation_requested_at",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.canceled_at",
"type": "CompoundType",
"tags": [],
"label": "canceled_at",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.completed_at",
"type": "CompoundType",
"tags": [],
"label": "completed_at",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.connector",
"type": "Object",
"tags": [],
"label": "connector",
"description": [],
"signature": [
"{ configuration: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfiguration",
"text": "ConnectorConfiguration"
},
"; filtering: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringRules",
"text": "FilteringRules"
},
" | ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringRules",
"text": "FilteringRules"
},
"[] | null; id: string; index_name: string; language: string | null; pipeline: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.IngestPipelineParams",
"text": "IngestPipelineParams"
},
" | null; service_type: string | null; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.created_at",
"type": "string",
"tags": [],
"label": "created_at",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.deleted_document_count",
"type": "number",
"tags": [],
"label": "deleted_document_count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.error",
"type": "CompoundType",
"tags": [],
"label": "error",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.indexed_document_count",
"type": "number",
"tags": [],
"label": "indexed_document_count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.indexed_document_volume",
"type": "number",
"tags": [],
"label": "indexed_document_volume",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.job_type",
"type": "Enum",
"tags": [],
"label": "job_type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncJobType",
"text": "SyncJobType"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.last_seen",
"type": "CompoundType",
"tags": [],
"label": "last_seen",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.metadata",
"type": "Object",
"tags": [],
"label": "metadata",
"description": [],
"signature": [
"{ [x: string]: unknown; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.started_at",
"type": "CompoundType",
"tags": [],
"label": "started_at",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.status",
"type": "Enum",
"tags": [],
"label": "status",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncStatus",
"text": "SyncStatus"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.total_document_count",
"type": "CompoundType",
"tags": [],
"label": "total_document_count",
"description": [],
"signature": [
"number | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.trigger_method",
"type": "Enum",
"tags": [],
"label": "trigger_method",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.TriggerMethod",
"text": "TriggerMethod"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJob.worker_hostname",
"type": "CompoundType",
"tags": [],
"label": "worker_hostname",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CustomScheduling",
"type": "Interface",
"tags": [],
"label": "CustomScheduling",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CustomScheduling.configuration_overrides",
"type": "Object",
"tags": [],
"label": "configuration_overrides",
"description": [],
"signature": [
"{ [x: string]: unknown; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CustomScheduling.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CustomScheduling.interval",
"type": "string",
"tags": [],
"label": "interval",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CustomScheduling.last_synced",
"type": "CompoundType",
"tags": [],
"label": "last_synced",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CustomScheduling.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DataSourceSpecificStats",
"type": "Interface",
"tags": [],
"label": "DataSourceSpecificStats",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DataSourceSpecificStats.confluence",
"type": "Object",
"tags": [],
"label": "confluence",
"description": [],
"signature": [
"{ dataSourceType: string; } | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DataSourceSpecificStats.github",
"type": "Object",
"tags": [],
"label": "github",
"description": [],
"signature": [
"{ isCloud: boolean; } | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DataSourceSpecificStats.jira",
"type": "Object",
"tags": [],
"label": "jira",
"description": [],
"signature": [
"{ dataSourceType: string; } | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DataSourceSpecificStats.mongodb",
"type": "Object",
"tags": [],
"label": "mongodb",
"description": [],
"signature": [
"{ directConnect: boolean; } | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DataSourceSpecificStats.mssql",
"type": "Object",
"tags": [],
"label": "mssql",
"description": [],
"signature": [
"{ validateHost: boolean; tables: number; } | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DataSourceSpecificStats.mysql",
"type": "Object",
"tags": [],
"label": "mysql",
"description": [],
"signature": [
"{ tables: number; } | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DataSourceSpecificStats.oracle",
"type": "Object",
"tags": [],
"label": "oracle",
"description": [],
"signature": [
"{ tables: number; } | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DataSourceSpecificStats.postgresql",
"type": "Object",
"tags": [],
"label": "postgresql",
"description": [],
"signature": [
"{ tables: number; } | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DataSourceSpecificStats.slack",
"type": "Object",
"tags": [],
"label": "slack",
"description": [],
"signature": [
"{ autoJoinChannelsEnabled: boolean; syncUsersEnabled: boolean; fetchLastNDays: number; } | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DataSourceSpecificStats.zoom",
"type": "Object",
"tags": [],
"label": "zoom",
"description": [],
"signature": [
"{ recordingAge: number; } | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Dependency",
"type": "Interface",
"tags": [],
"label": "Dependency",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Dependency.field",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Dependency.value",
"type": "CompoundType",
"tags": [],
"label": "value",
"description": [],
"signature": [
"string | number | boolean | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DocumentsStats",
"type": "Interface",
"tags": [],
"label": "DocumentsStats",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DocumentsStats.total",
"type": "number",
"tags": [],
"label": "total",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DocumentsStats.volume",
"type": "number",
"tags": [],
"label": "volume",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DocumentsStats.inLastSync",
"type": "number",
"tags": [],
"label": "inLastSync",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchIndex",
"type": "Interface",
"tags": [],
"label": "ElasticsearchIndex",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchIndex.count",
"type": "number",
"tags": [],
"label": "count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchIndex.has_in_progress_syncs",
"type": "CompoundType",
"tags": [],
"label": "has_in_progress_syncs",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchIndex.has_pending_syncs",
"type": "CompoundType",
"tags": [],
"label": "has_pending_syncs",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchIndex.health",
"type": "CompoundType",
"tags": [],
"label": "health",
"description": [],
"signature": [
"HealthStatus",
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchIndex.hidden",
"type": "boolean",
"tags": [],
"label": "hidden",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchIndex.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchIndex.status",
"type": "CompoundType",
"tags": [],
"label": "status",
"description": [],
"signature": [
"IndicesStatsIndexMetadataState",
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchIndex.total",
"type": "Object",
"tags": [],
"label": "total",
"description": [],
"signature": [
"{ docs: { count: number; deleted: number; }; store: { size_in_bytes: string; }; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchIndex.uuid",
"type": "string",
"tags": [],
"label": "uuid",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchViewIndexExtension",
"type": "Interface",
"tags": [],
"label": "ElasticsearchViewIndexExtension",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchViewIndexExtension.ingestionMethod",
"type": "Enum",
"tags": [],
"label": "ingestionMethod",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.IngestionMethod",
"text": "IngestionMethod"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchViewIndexExtension.ingestionStatus",
"type": "Enum",
"tags": [],
"label": "ingestionStatus",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.IngestionStatus",
"text": "IngestionStatus"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchViewIndexExtension.lastUpdated",
"type": "CompoundType",
"tags": [],
"label": "lastUpdated",
"description": [],
"signature": [
"string | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FetchIndexResult",
"type": "Interface",
"tags": [],
"label": "FetchIndexResult",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FetchIndexResult.index",
"type": "CompoundType",
"tags": [],
"label": "index",
"description": [],
"signature": [
"IndicesIndexState",
" & { connector?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.Connector",
"text": "Connector"
},
" | undefined; count: number; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringConfig",
"type": "Interface",
"tags": [],
"label": "FilteringConfig",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringConfig.active",
"type": "Object",
"tags": [],
"label": "active",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringRules",
"text": "FilteringRules"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringConfig.domain",
"type": "string",
"tags": [],
"label": "domain",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringConfig.draft",
"type": "Object",
"tags": [],
"label": "draft",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringRules",
"text": "FilteringRules"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRule",
"type": "Interface",
"tags": [],
"label": "FilteringRule",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRule.created_at",
"type": "string",
"tags": [],
"label": "created_at",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRule.field",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRule.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRule.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRule.policy",
"type": "CompoundType",
"tags": [],
"label": "policy",
"description": [],
"signature": [
"\"exclude\" | \"include\""
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRule.rule",
"type": "CompoundType",
"tags": [],
"label": "rule",
"description": [],
"signature": [
"\"<\" | \">\" | \"regex\" | \"equals\" | \"contains\" | \"ends_with\" | \"starts_with\""
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRule.updated_at",
"type": "string",
"tags": [],
"label": "updated_at",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRule.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRules",
"type": "Interface",
"tags": [],
"label": "FilteringRules",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRules.advanced_snippet",
"type": "Object",
"tags": [],
"label": "advanced_snippet",
"description": [],
"signature": [
"{ created_at: string; updated_at: string; value: Record<string, unknown>; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRules.rules",
"type": "Array",
"tags": [],
"label": "rules",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringRule",
"text": "FilteringRule"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRules.validation",
"type": "Object",
"tags": [],
"label": "validation",
"description": [],
"signature": [
"{ errors: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringValidation",
"text": "FilteringValidation"
},
"[]; state: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringValidationState",
"text": "FilteringValidationState"
},
"; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringValidation",
"type": "Interface",
"tags": [],
"label": "FilteringValidation",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringValidation.ids",
"type": "Array",
"tags": [],
"label": "ids",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringValidation.messages",
"type": "Array",
"tags": [],
"label": "messages",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.IngestPipelineParams",
"type": "Interface",
"tags": [],
"label": "IngestPipelineParams",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.IngestPipelineParams.extract_binary_content",
"type": "boolean",
"tags": [],
"label": "extract_binary_content",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.IngestPipelineParams.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.IngestPipelineParams.reduce_whitespace",
"type": "boolean",
"tags": [],
"label": "reduce_whitespace",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.IngestPipelineParams.run_ml_inference",
"type": "boolean",
"tags": [],
"label": "run_ml_inference",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Meta",
"type": "Interface",
"tags": [],
"label": "Meta",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Meta.page",
"type": "Object",
"tags": [],
"label": "page",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.Page",
"text": "Page"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NativeConnector",
"type": "Interface",
"tags": [],
"label": "NativeConnector",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NativeConnector.configuration",
"type": "CompoundType",
"tags": [],
"label": "configuration",
"description": [],
"signature": [
"Record<string, ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigProperties",
"text": "ConnectorConfigProperties"
},
" | ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigCategoryProperties",
"text": "ConnectorConfigCategoryProperties"
},
" | null> & { extract_full_html?: { label: string; value: boolean; } | undefined; use_document_level_security?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigProperties",
"text": "ConnectorConfigProperties"
},
" | undefined; use_text_extraction_service?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigProperties",
"text": "ConnectorConfigProperties"
},
" | undefined; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NativeConnector.features",
"type": "CompoundType",
"tags": [],
"label": "features",
"description": [],
"signature": [
"Partial<{ document_level_security: { enabled: boolean; }; filtering_advanced_config: boolean; filtering_rules: boolean; incremental_sync: { enabled: boolean; }; sync_rules: { advanced?: { enabled: boolean; } | undefined; basic?: { enabled: boolean; } | undefined; }; }> | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NativeConnector.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NativeConnector.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.OptimisticConcurrency",
"type": "Interface",
"tags": [],
"label": "OptimisticConcurrency",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.OptimisticConcurrency",
"text": "OptimisticConcurrency"
},
"<T>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/optimistic_concurrency.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.OptimisticConcurrency.primaryTerm",
"type": "number",
"tags": [],
"label": "primaryTerm",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/optimistic_concurrency.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.OptimisticConcurrency.seqNo",
"type": "number",
"tags": [],
"label": "seqNo",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/optimistic_concurrency.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.OptimisticConcurrency.value",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"T"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/optimistic_concurrency.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Page",
"type": "Interface",
"tags": [],
"label": "Page",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Page.from",
"type": "number",
"tags": [],
"label": "from",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Page.has_more_hits_than_total",
"type": "CompoundType",
"tags": [],
"label": "has_more_hits_than_total",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Page.size",
"type": "number",
"tags": [],
"label": "size",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Page.total",
"type": "number",
"tags": [],
"label": "total",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Paginate",
"type": "Interface",
"tags": [],
"label": "Paginate",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.Paginate",
"text": "Paginate"
},
"<T>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Paginate._meta",
"type": "Object",
"tags": [],
"label": "_meta",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.Meta",
"text": "Meta"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Paginate.data",
"type": "Array",
"tags": [],
"label": "data",
"description": [],
"signature": [
"T[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SchedulingConfiguraton",
"type": "Interface",
"tags": [],
"label": "SchedulingConfiguraton",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SchedulingConfiguraton.access_control",
"type": "Object",
"tags": [],
"label": "access_control",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorScheduling",
"text": "ConnectorScheduling"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SchedulingConfiguraton.full",
"type": "Object",
"tags": [],
"label": "full",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorScheduling",
"text": "ConnectorScheduling"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SchedulingConfiguraton.incremental",
"type": "Object",
"tags": [],
"label": "incremental",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorScheduling",
"text": "ConnectorScheduling"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SelectOption",
"type": "Interface",
"tags": [],
"label": "SelectOption",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SelectOption.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SelectOption.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStats",
"type": "Interface",
"tags": [],
"label": "SyncJobStats",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStats.overall",
"type": "Object",
"tags": [],
"label": "overall",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncJobStatsDetails",
"text": "SyncJobStatsDetails"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStats.withTextExtractionServiceEnabled",
"type": "Object",
"tags": [],
"label": "withTextExtractionServiceEnabled",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncJobStatsDetails",
"text": "SyncJobStatsDetails"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByState",
"type": "Interface",
"tags": [],
"label": "SyncJobStatsByState",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByState.total",
"type": "number",
"tags": [],
"label": "total",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByState.manual",
"type": "number",
"tags": [],
"label": "manual",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByState.scheduled",
"type": "number",
"tags": [],
"label": "scheduled",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByState.completed",
"type": "number",
"tags": [],
"label": "completed",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByState.errored",
"type": "number",
"tags": [],
"label": "errored",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByState.canceled",
"type": "number",
"tags": [],
"label": "canceled",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByState.suspended",
"type": "number",
"tags": [],
"label": "suspended",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByState.idle",
"type": "number",
"tags": [],
"label": "idle",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByState.running",
"type": "number",
"tags": [],
"label": "running",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByState.totalDurationSeconds",
"type": "number",
"tags": [],
"label": "totalDurationSeconds",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByState.topErrors",
"type": "Array",
"tags": [],
"label": "topErrors",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByType",
"type": "Interface",
"tags": [],
"label": "SyncJobStatsByType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByType.overall",
"type": "Object",
"tags": [],
"label": "overall",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncJobStatsByState",
"text": "SyncJobStatsByState"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByType.accessControl",
"type": "Object",
"tags": [],
"label": "accessControl",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncJobStatsByState",
"text": "SyncJobStatsByState"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByType.full",
"type": "Object",
"tags": [],
"label": "full",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncJobStatsByState",
"text": "SyncJobStatsByState"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsByType.incremental",
"type": "Object",
"tags": [],
"label": "incremental",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncJobStatsByState",
"text": "SyncJobStatsByState"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsDetails",
"type": "Interface",
"tags": [],
"label": "SyncJobStatsDetails",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsDetails.total",
"type": "number",
"tags": [],
"label": "total",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsDetails.last30Days",
"type": "Object",
"tags": [],
"label": "last30Days",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncJobStatsByType",
"text": "SyncJobStatsByType"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobStatsDetails.last7Days",
"type": "Object",
"tags": [],
"label": "last7Days",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncJobStatsByType",
"text": "SyncJobStatsByType"
},
" | undefined"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Validation",
"type": "Interface",
"tags": [],
"label": "Validation",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Validation.constraint",
"type": "CompoundType",
"tags": [],
"label": "constraint",
"description": [],
"signature": [
"string | number"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Validation.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"enums": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorStatus",
"type": "Enum",
"tags": [],
"label": "ConnectorStatus",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DisplayType",
"type": "Enum",
"tags": [],
"label": "DisplayType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FeatureName",
"type": "Enum",
"tags": [],
"label": "FeatureName",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FieldType",
"type": "Enum",
"tags": [],
"label": "FieldType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringValidationState",
"type": "Enum",
"tags": [],
"label": "FilteringValidationState",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.IngestionMethod",
"type": "Enum",
"tags": [],
"label": "IngestionMethod",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.IngestionStatus",
"type": "Enum",
"tags": [],
"label": "IngestionStatus",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncJobType",
"type": "Enum",
"tags": [],
"label": "SyncJobType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.SyncStatus",
"type": "Enum",
"tags": [],
"label": "SyncStatus",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.TriggerMethod",
"type": "Enum",
"tags": [],
"label": "TriggerMethod",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"misc": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ApiViewIndex",
"type": "Type",
"tags": [],
"label": "ApiViewIndex",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ElasticsearchIndex",
"text": "ElasticsearchIndex"
},
" & ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ElasticsearchViewIndexExtension",
"text": "ElasticsearchViewIndexExtension"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CONNECTOR_DEFINITIONS",
"type": "Array",
"tags": [],
"label": "CONNECTOR_DEFINITIONS",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorServerSideDefinition",
"text": "ConnectorServerSideDefinition"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/constants/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorConfiguration",
"type": "Type",
"tags": [],
"label": "ConnectorConfiguration",
"description": [],
"signature": [
"Record<string, ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigProperties",
"text": "ConnectorConfigProperties"
},
" | ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigCategoryProperties",
"text": "ConnectorConfigCategoryProperties"
},
" | null> & { extract_full_html?: { label: string; value: boolean; } | undefined; use_document_level_security?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigProperties",
"text": "ConnectorConfigProperties"
},
" | undefined; use_text_extraction_service?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfigProperties",
"text": "ConnectorConfigProperties"
},
" | undefined; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorCustomScheduling",
"type": "Type",
"tags": [],
"label": "ConnectorCustomScheduling",
"description": [],
"signature": [
"{ [x: string]: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.CustomScheduling",
"text": "CustomScheduling"
},
" | null; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorDefinition",
"type": "Type",
"tags": [],
"label": "ConnectorDefinition",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorClientSideDefinition",
"text": "ConnectorClientSideDefinition"
},
" & ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorServerSideDefinition",
"text": "ConnectorServerSideDefinition"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorDocument",
"type": "Type",
"tags": [],
"label": "ConnectorDocument",
"description": [],
"signature": [
"{ error: string | null; name: string; features: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorFeatures",
"text": "ConnectorFeatures"
},
"; description: string | null; status: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorStatus",
"text": "ConnectorStatus"
},
"; language: string | null; pipeline?: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.IngestPipelineParams",
"text": "IngestPipelineParams"
},
" | null | undefined; configuration: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfiguration",
"text": "ConnectorConfiguration"
},
"; index_name: string | null; deleted: boolean | null; api_key_id: string | null; api_key_secret_id: string | null; custom_scheduling: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorCustomScheduling",
"text": "ConnectorCustomScheduling"
},
"; filtering: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringConfig",
"text": "FilteringConfig"
},
"[]; is_native: boolean; last_access_control_sync_error: string | null; last_access_control_sync_scheduled_at: string | null; last_access_control_sync_status: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncStatus",
"text": "SyncStatus"
},
" | null; last_deleted_document_count: number | null; last_incremental_sync_scheduled_at: string | null; last_indexed_document_count: number | null; last_seen: string | null; last_sync_error: string | null; last_sync_scheduled_at: string | null; last_sync_status: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncStatus",
"text": "SyncStatus"
},
" | null; last_synced: string | null; scheduling: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SchedulingConfiguraton",
"text": "SchedulingConfiguraton"
},
"; service_type: string | null; sync_now: boolean; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorFeatures",
"type": "Type",
"tags": [],
"label": "ConnectorFeatures",
"description": [],
"signature": [
"Partial<{ document_level_security: { enabled: boolean; }; filtering_advanced_config: boolean; filtering_rules: boolean; incremental_sync: { enabled: boolean; }; sync_rules: { advanced?: { enabled: boolean; } | undefined; basic?: { enabled: boolean; } | undefined; }; }> | null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CONNECTORS_ACCESS_CONTROL_INDEX_PREFIX",
"type": "string",
"tags": [],
"label": "CONNECTORS_ACCESS_CONTROL_INDEX_PREFIX",
"description": [],
"signature": [
"\".search-acl-filter-\""
],
"path": "src/platform/packages/shared/kbn-search-connectors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CONNECTORS_INDEX",
"type": "string",
"tags": [],
"label": "CONNECTORS_INDEX",
"description": [],
"signature": [
"\".elastic-connectors\""
],
"path": "src/platform/packages/shared/kbn-search-connectors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CONNECTORS_JOBS_INDEX",
"type": "string",
"tags": [],
"label": "CONNECTORS_JOBS_INDEX",
"description": [],
"signature": [
"\".elastic-connectors-sync-jobs\""
],
"path": "src/platform/packages/shared/kbn-search-connectors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CONNECTORS_VERSION",
"type": "number",
"tags": [],
"label": "CONNECTORS_VERSION",
"description": [],
"signature": [
"1"
],
"path": "src/platform/packages/shared/kbn-search-connectors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorSyncJobDocument",
"type": "Type",
"tags": [],
"label": "ConnectorSyncJobDocument",
"description": [],
"signature": [
"{ error: string | null; connector: { configuration: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorConfiguration",
"text": "ConnectorConfiguration"
},
"; filtering: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringRules",
"text": "FilteringRules"
},
" | ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringRules",
"text": "FilteringRules"
},
"[] | null; id: string; index_name: string; language: string | null; pipeline: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.IngestPipelineParams",
"text": "IngestPipelineParams"
},
" | null; service_type: string | null; }; status: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncStatus",
"text": "SyncStatus"
},
"; metadata: Record<string, unknown>; created_at: string; job_type: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.SyncJobType",
"text": "SyncJobType"
},
"; started_at: string | null; completed_at: string | null; last_seen: string | null; cancelation_requested_at: string | null; canceled_at: string | null; deleted_document_count: number; indexed_document_count: number; indexed_document_volume: number; total_document_count: number | null; trigger_method: ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.TriggerMethod",
"text": "TriggerMethod"
},
"; worker_hostname: string | null; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ConnectorViewIndex",
"type": "Type",
"tags": [],
"label": "ConnectorViewIndex",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorIndex",
"text": "ConnectorIndex"
},
" & ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ElasticsearchViewIndexExtension",
"text": "ElasticsearchViewIndexExtension"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CRAWLER_SERVICE_TYPE",
"type": "string",
"tags": [],
"label": "CRAWLER_SERVICE_TYPE",
"description": [],
"signature": [
"\"elastic-crawler\""
],
"path": "src/platform/packages/shared/kbn-search-connectors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CURRENT_CONNECTORS_INDEX",
"type": "string",
"tags": [],
"label": "CURRENT_CONNECTORS_INDEX",
"description": [],
"signature": [
"\".elastic-connectors-v1\""
],
"path": "src/platform/packages/shared/kbn-search-connectors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.CURRENT_CONNECTORS_JOB_INDEX",
"type": "string",
"tags": [],
"label": "CURRENT_CONNECTORS_JOB_INDEX",
"description": [],
"signature": [
"\".elastic-connectors-sync-jobs-v1\""
],
"path": "src/platform/packages/shared/kbn-search-connectors/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.DependencyLookup",
"type": "Type",
"tags": [],
"label": "DependencyLookup",
"description": [],
"signature": [
"{ [x: string]: string | number | boolean | null; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchIndexWithIngestion",
"type": "Type",
"tags": [],
"label": "ElasticsearchIndexWithIngestion",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorIndex",
"text": "ConnectorIndex"
},
" | ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ElasticsearchIndex",
"text": "ElasticsearchIndex"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.ElasticsearchViewIndex",
"type": "Type",
"tags": [],
"label": "ElasticsearchViewIndex",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ConnectorViewIndex",
"text": "ConnectorViewIndex"
},
" | ",
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.ApiViewIndex",
"text": "ApiViewIndex"
}
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Field",
"type": "Type",
"tags": [],
"label": "Field",
"description": [],
"signature": [
"\"date\" | \"month\" | \"day\" | \"hour\" | \"minute\" | \"second\""
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/cron_editor.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FieldToValueMap",
"type": "Type",
"tags": [],
"label": "FieldToValueMap",
"description": [],
"signature": [
"{ date?: string | undefined; month?: string | undefined; day?: string | undefined; hour?: string | undefined; minute?: string | undefined; second?: string | undefined; }"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/cron_editor.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringPolicy",
"type": "Type",
"tags": [],
"label": "FilteringPolicy",
"description": [],
"signature": [
"\"exclude\" | \"include\""
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRuleRule",
"type": "Type",
"tags": [],
"label": "FilteringRuleRule",
"description": [],
"signature": [
"\"<\" | \">\" | \"regex\" | \"equals\" | \"contains\" | \"ends_with\" | \"starts_with\""
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.FilteringRuleRuleValues",
"type": "Array",
"tags": [],
"label": "FilteringRuleRuleValues",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FilteringRuleRule",
"text": "FilteringRuleRule"
},
"[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.Frequency",
"type": "Type",
"tags": [],
"label": "Frequency",
"description": [],
"signature": [
"\"MINUTE\" | \"HOUR\" | \"DAY\" | \"WEEK\" | \"MONTH\" | \"YEAR\""
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/cron_editor.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.MANAGED_CONNECTOR_INDEX_PREFIX",
"type": "string",
"tags": [],
"label": "MANAGED_CONNECTOR_INDEX_PREFIX",
"description": [],
"signature": [
"\"content-\""
],
"path": "src/platform/packages/shared/kbn-search-connectors/constants/connectors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.docLinks",
"type": "Object",
"tags": [],
"label": "docLinks",
"description": [],
"signature": [
"ESDocLinks"
],
"path": "src/platform/packages/shared/kbn-search-connectors/constants/doc_links.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.LicenseContext",
"type": "Object",
"tags": [],
"label": "LicenseContext",
"description": [],
"signature": [
"React.Context<{ hasPlatinumLicense: boolean; stackManagementLink?: string | undefined; subscriptionLink?: string | undefined; }>"
],
"path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS",
"type": "Object",
"tags": [],
"label": "NATIVE_CONNECTOR_DEFINITIONS",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage",
"type": "Object",
"tags": [],
"label": "azure_blob_storage",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_name",
"type": "Object",
"tags": [],
"label": "account_name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_name.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_name.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_name.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_name.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_name.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_name.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_name.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_name.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_name.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_name.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_name.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_name.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_name.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_key",
"type": "Object",
"tags": [],
"label": "account_key",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_key.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_key.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_key.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_key.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_key.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_key.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_key.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_key.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_key.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_key.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_key.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_key.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.account_key.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.blob_endpoint",
"type": "Object",
"tags": [],
"label": "blob_endpoint",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.blob_endpoint.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.blob_endpoint.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.blob_endpoint.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.blob_endpoint.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.blob_endpoint.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.blob_endpoint.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.blob_endpoint.placeholder",
"type": "string",
"tags": [],
"label": "placeholder",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.blob_endpoint.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.blob_endpoint.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.blob_endpoint.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.blob_endpoint.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.blob_endpoint.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.blob_endpoint.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.blob_endpoint.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.containers",
"type": "Object",
"tags": [],
"label": "containers",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.containers.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.containers.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.containers.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.containers.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.containers.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.containers.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.containers.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.containers.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.containers.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.containers.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".LIST"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.containers.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.containers.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.containers.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.retry_count",
"type": "Object",
"tags": [],
"label": "retry_count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.retry_count.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.retry_count.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.retry_count.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.retry_count.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.retry_count.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.retry_count.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.retry_count.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.retry_count.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.retry_count.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.retry_count.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.retry_count.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.retry_count.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.retry_count.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.concurrent_downloads",
"type": "Object",
"tags": [],
"label": "concurrent_downloads",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.concurrent_downloads.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.concurrent_downloads.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.concurrent_downloads.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.concurrent_downloads.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.concurrent_downloads.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.concurrent_downloads.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.concurrent_downloads.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.concurrent_downloads.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.concurrent_downloads.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.concurrent_downloads.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.concurrent_downloads.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.concurrent_downloads.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"{ type: string; constraint: number; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.concurrent_downloads.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.use_text_extraction_service",
"type": "Object",
"tags": [],
"label": "use_text_extraction_service",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.use_text_extraction_service.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.use_text_extraction_service.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.use_text_extraction_service.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.use_text_extraction_service.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.use_text_extraction_service.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.use_text_extraction_service.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.use_text_extraction_service.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.use_text_extraction_service.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.use_text_extraction_service.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.use_text_extraction_service.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.use_text_extraction_service.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.use_text_extraction_service.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.configuration.use_text_extraction_service.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.features.INCREMENTAL_SYNC",
"type": "Object",
"tags": [],
"label": "[INCREMENTAL_SYNC]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.features.INCREMENTAL_SYNC.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.azure_blob_storage.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box",
"type": "Object",
"tags": [],
"label": "box",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.is_enterprise",
"type": "Object",
"tags": [],
"label": "is_enterprise",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.is_enterprise.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.is_enterprise.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.is_enterprise.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".DROPDOWN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.is_enterprise.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.is_enterprise.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"{ label: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.is_enterprise.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.is_enterprise.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.is_enterprise.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.is_enterprise.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.is_enterprise.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.is_enterprise.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.is_enterprise.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.is_enterprise.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_id",
"type": "Object",
"tags": [],
"label": "client_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_id.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_secret",
"type": "Object",
"tags": [],
"label": "client_secret",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_secret.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_secret.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_secret.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_secret.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_secret.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_secret.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_secret.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_secret.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_secret.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_secret.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_secret.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_secret.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.client_secret.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.refresh_token",
"type": "Object",
"tags": [],
"label": "refresh_token",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.refresh_token.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.refresh_token.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.refresh_token.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.refresh_token.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.refresh_token.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.refresh_token.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.refresh_token.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.refresh_token.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.refresh_token.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.refresh_token.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.refresh_token.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.refresh_token.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.refresh_token.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.enterprise_id",
"type": "Object",
"tags": [],
"label": "enterprise_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.enterprise_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.enterprise_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.enterprise_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.enterprise_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.enterprise_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.enterprise_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.enterprise_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.enterprise_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.enterprise_id.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.enterprise_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.enterprise_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.enterprise_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.enterprise_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.concurrent_downloads",
"type": "Object",
"tags": [],
"label": "concurrent_downloads",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.concurrent_downloads.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.concurrent_downloads.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.concurrent_downloads.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.concurrent_downloads.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.concurrent_downloads.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.concurrent_downloads.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.concurrent_downloads.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.concurrent_downloads.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.concurrent_downloads.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.concurrent_downloads.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.concurrent_downloads.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.concurrent_downloads.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.configuration.concurrent_downloads.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": []
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.box.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence",
"type": "Object",
"tags": [],
"label": "confluence",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_source",
"type": "Object",
"tags": [],
"label": "data_source",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_source.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_source.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_source.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".DROPDOWN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_source.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_source.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"{ label: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_source.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_source.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_source.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_source.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_source.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_source.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_source.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_source.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.username",
"type": "Object",
"tags": [],
"label": "username",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.username.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.username.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.username.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.username.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.username.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.username.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.username.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.username.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.username.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.username.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.username.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.username.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.username.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.password",
"type": "Object",
"tags": [],
"label": "password",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.password.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.password.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.password.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.password.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.password.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.password.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.password.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.password.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.password.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.password.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.password.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.password.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.password.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_username",
"type": "Object",
"tags": [],
"label": "data_center_username",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_username.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_username.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_username.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_username.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_username.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_username.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_username.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_username.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_username.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_username.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_username.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_username.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_username.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_password",
"type": "Object",
"tags": [],
"label": "data_center_password",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_password.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_password.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_password.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_password.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_password.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_password.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_password.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_password.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_password.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_password.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_password.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_password.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.data_center_password.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.account_email",
"type": "Object",
"tags": [],
"label": "account_email",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.account_email.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.account_email.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.account_email.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.account_email.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.account_email.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.account_email.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.account_email.placeholder",
"type": "string",
"tags": [],
"label": "placeholder",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.account_email.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.account_email.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.account_email.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.account_email.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.account_email.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.account_email.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.account_email.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.api_token",
"type": "Object",
"tags": [],
"label": "api_token",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.api_token.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.api_token.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.api_token.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.api_token.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.api_token.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.api_token.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.api_token.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.api_token.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.api_token.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.api_token.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.api_token.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.api_token.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.api_token.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.confluence_url",
"type": "Object",
"tags": [],
"label": "confluence_url",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.confluence_url.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.confluence_url.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.confluence_url.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.confluence_url.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.confluence_url.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.confluence_url.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.confluence_url.placeholder",
"type": "string",
"tags": [],
"label": "placeholder",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.confluence_url.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.confluence_url.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.confluence_url.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.confluence_url.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.confluence_url.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.confluence_url.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.confluence_url.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.spaces",
"type": "Object",
"tags": [],
"label": "spaces",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.spaces.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.spaces.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.spaces.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.spaces.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.spaces.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.spaces.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.spaces.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.spaces.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.spaces.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.spaces.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".LIST"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.spaces.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.spaces.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.spaces.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.index_labels",
"type": "Object",
"tags": [],
"label": "index_labels",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.index_labels.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.index_labels.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.index_labels.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.index_labels.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.index_labels.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.index_labels.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.index_labels.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.index_labels.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.index_labels.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.index_labels.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.index_labels.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.index_labels.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.index_labels.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_enabled",
"type": "Object",
"tags": [],
"label": "ssl_enabled",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_enabled.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_enabled.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_enabled.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_enabled.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_enabled.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_enabled.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_enabled.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_enabled.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_enabled.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_enabled.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_enabled.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_enabled.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_enabled.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_ca",
"type": "Object",
"tags": [],
"label": "ssl_ca",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_ca.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_ca.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_ca.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_ca.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_ca.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_ca.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_ca.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_ca.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_ca.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_ca.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_ca.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_ca.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.ssl_ca.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.retry_count",
"type": "Object",
"tags": [],
"label": "retry_count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.retry_count.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.retry_count.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.retry_count.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.retry_count.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.retry_count.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.retry_count.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.retry_count.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.retry_count.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.retry_count.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.retry_count.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.retry_count.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.retry_count.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.retry_count.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.concurrent_downloads",
"type": "Object",
"tags": [],
"label": "concurrent_downloads",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.concurrent_downloads.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.concurrent_downloads.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.concurrent_downloads.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.concurrent_downloads.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.concurrent_downloads.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.concurrent_downloads.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.concurrent_downloads.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.concurrent_downloads.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.concurrent_downloads.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.concurrent_downloads.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.concurrent_downloads.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.concurrent_downloads.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"{ constraint: number; type: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.concurrent_downloads.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_document_level_security",
"type": "Object",
"tags": [],
"label": "use_document_level_security",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_document_level_security.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_document_level_security.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_document_level_security.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_document_level_security.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_document_level_security.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_document_level_security.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_document_level_security.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_document_level_security.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_document_level_security.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_document_level_security.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_document_level_security.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_document_level_security.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_document_level_security.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_text_extraction_service",
"type": "Object",
"tags": [],
"label": "use_text_extraction_service",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_text_extraction_service.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_text_extraction_service.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_text_extraction_service.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_text_extraction_service.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_text_extraction_service.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_text_extraction_service.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_text_extraction_service.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_text_extraction_service.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_text_extraction_service.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_text_extraction_service.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_text_extraction_service.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_text_extraction_service.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.configuration.use_text_extraction_service.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.features.DOCUMENT_LEVEL_SECURITY",
"type": "Object",
"tags": [],
"label": "[DOCUMENT_LEVEL_SECURITY]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.features.DOCUMENT_LEVEL_SECURITY.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.features.INCREMENTAL_SYNC",
"type": "Object",
"tags": [],
"label": "[INCREMENTAL_SYNC]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.features.INCREMENTAL_SYNC.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox",
"type": "Object",
"tags": [],
"label": "dropbox",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.path",
"type": "Object",
"tags": [],
"label": "path",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.path.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.path.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.path.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.path.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.path.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.path.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.path.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.path.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.path.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.path.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.path.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.path.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.path.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_key",
"type": "Object",
"tags": [],
"label": "app_key",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_key.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_key.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_key.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_key.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_key.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_key.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_key.placeholder",
"type": "string",
"tags": [],
"label": "placeholder",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_key.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_key.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_key.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_key.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_key.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_key.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_key.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_secret",
"type": "Object",
"tags": [],
"label": "app_secret",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_secret.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_secret.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_secret.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_secret.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_secret.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_secret.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_secret.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_secret.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_secret.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_secret.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_secret.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_secret.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.app_secret.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.refresh_token",
"type": "Object",
"tags": [],
"label": "refresh_token",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.refresh_token.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.refresh_token.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.refresh_token.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.refresh_token.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.refresh_token.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.refresh_token.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.refresh_token.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.refresh_token.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.refresh_token.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.refresh_token.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.refresh_token.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.refresh_token.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.refresh_token.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.retry_count",
"type": "Object",
"tags": [],
"label": "retry_count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.retry_count.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.retry_count.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.retry_count.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.retry_count.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.retry_count.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.retry_count.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.retry_count.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.retry_count.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.retry_count.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.retry_count.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.retry_count.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.retry_count.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.retry_count.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.concurrent_downloads",
"type": "Object",
"tags": [],
"label": "concurrent_downloads",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.concurrent_downloads.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.concurrent_downloads.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.concurrent_downloads.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.concurrent_downloads.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.concurrent_downloads.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.concurrent_downloads.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.concurrent_downloads.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.concurrent_downloads.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.concurrent_downloads.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.concurrent_downloads.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.concurrent_downloads.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.concurrent_downloads.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.concurrent_downloads.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_text_extraction_service",
"type": "Object",
"tags": [],
"label": "use_text_extraction_service",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_text_extraction_service.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_text_extraction_service.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_text_extraction_service.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_text_extraction_service.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_text_extraction_service.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_text_extraction_service.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_text_extraction_service.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_text_extraction_service.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_text_extraction_service.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_text_extraction_service.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_text_extraction_service.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_text_extraction_service.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_text_extraction_service.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_document_level_security",
"type": "Object",
"tags": [],
"label": "use_document_level_security",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_document_level_security.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_document_level_security.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_document_level_security.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_document_level_security.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_document_level_security.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_document_level_security.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_document_level_security.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_document_level_security.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_document_level_security.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_document_level_security.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_document_level_security.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_document_level_security.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.use_document_level_security.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.include_inherited_users_and_groups",
"type": "Object",
"tags": [],
"label": "include_inherited_users_and_groups",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.include_inherited_users_and_groups.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.include_inherited_users_and_groups.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.include_inherited_users_and_groups.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.include_inherited_users_and_groups.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.include_inherited_users_and_groups.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.include_inherited_users_and_groups.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.include_inherited_users_and_groups.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.include_inherited_users_and_groups.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.include_inherited_users_and_groups.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.include_inherited_users_and_groups.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.include_inherited_users_and_groups.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.include_inherited_users_and_groups.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.configuration.include_inherited_users_and_groups.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.features.DOCUMENT_LEVEL_SECURITY",
"type": "Object",
"tags": [],
"label": "[DOCUMENT_LEVEL_SECURITY]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.features.DOCUMENT_LEVEL_SECURITY.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.features.INCREMENTAL_SYNC",
"type": "Object",
"tags": [],
"label": "[INCREMENTAL_SYNC]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.features.INCREMENTAL_SYNC.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github",
"type": "Object",
"tags": [],
"label": "github",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.data_source",
"type": "Object",
"tags": [],
"label": "data_source",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.data_source.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.data_source.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.data_source.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".DROPDOWN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.data_source.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.data_source.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"{ label: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.data_source.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.data_source.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.data_source.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.data_source.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.data_source.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.data_source.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.data_source.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.data_source.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.host",
"type": "Object",
"tags": [],
"label": "host",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.host.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.host.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.host.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.host.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.host.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.host.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.host.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.host.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.host.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.host.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.host.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.host.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.host.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.auth_method",
"type": "Object",
"tags": [],
"label": "auth_method",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.auth_method.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.auth_method.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.auth_method.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".DROPDOWN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.auth_method.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.auth_method.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"{ label: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.auth_method.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.auth_method.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.auth_method.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.auth_method.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.auth_method.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.auth_method.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.auth_method.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.auth_method.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.token",
"type": "Object",
"tags": [],
"label": "token",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.token.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.token.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.token.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.token.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.token.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.token.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.token.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.token.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.token.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.token.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.token.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.token.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.token.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repo_type",
"type": "Object",
"tags": [],
"label": "repo_type",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repo_type.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repo_type.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repo_type.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".DROPDOWN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repo_type.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repo_type.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"{ label: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repo_type.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repo_type.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repo_type.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repo_type.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repo_type.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repo_type.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repo_type.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repo_type.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.org_name",
"type": "Object",
"tags": [],
"label": "org_name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.org_name.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.org_name.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.org_name.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.org_name.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.org_name.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.org_name.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.org_name.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.org_name.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.org_name.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.org_name.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.org_name.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.org_name.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.org_name.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.app_id",
"type": "Object",
"tags": [],
"label": "app_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.app_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.app_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.app_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.app_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.app_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.app_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.app_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.app_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.app_id.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.app_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.app_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.app_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.app_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.private_key",
"type": "Object",
"tags": [],
"label": "private_key",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.private_key.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.private_key.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.private_key.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.private_key.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.private_key.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.private_key.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.private_key.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.private_key.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.private_key.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.private_key.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.private_key.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.private_key.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.private_key.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repositories",
"type": "Object",
"tags": [],
"label": "repositories",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repositories.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repositories.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repositories.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repositories.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repositories.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repositories.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repositories.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repositories.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repositories.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repositories.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".LIST"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repositories.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repositories.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.repositories.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_enabled",
"type": "Object",
"tags": [],
"label": "ssl_enabled",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_enabled.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_enabled.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_enabled.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_enabled.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_enabled.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_enabled.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_enabled.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_enabled.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_enabled.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_enabled.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_enabled.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_enabled.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_enabled.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_ca",
"type": "Object",
"tags": [],
"label": "ssl_ca",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_ca.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_ca.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_ca.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_ca.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_ca.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_ca.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_ca.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_ca.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_ca.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_ca.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_ca.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_ca.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.ssl_ca.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.retry_count",
"type": "Object",
"tags": [],
"label": "retry_count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.retry_count.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.retry_count.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.retry_count.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.retry_count.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.retry_count.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.retry_count.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.retry_count.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.retry_count.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.retry_count.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.retry_count.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.retry_count.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.retry_count.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.retry_count.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_text_extraction_service",
"type": "Object",
"tags": [],
"label": "use_text_extraction_service",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_text_extraction_service.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_text_extraction_service.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_text_extraction_service.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_text_extraction_service.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_text_extraction_service.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_text_extraction_service.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_text_extraction_service.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_text_extraction_service.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_text_extraction_service.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_text_extraction_service.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_text_extraction_service.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_text_extraction_service.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_text_extraction_service.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_document_level_security",
"type": "Object",
"tags": [],
"label": "use_document_level_security",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_document_level_security.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_document_level_security.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_document_level_security.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_document_level_security.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_document_level_security.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_document_level_security.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_document_level_security.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_document_level_security.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_document_level_security.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_document_level_security.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_document_level_security.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_document_level_security.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.configuration.use_document_level_security.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.features.INCREMENTAL_SYNC",
"type": "Object",
"tags": [],
"label": "[INCREMENTAL_SYNC]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.features.INCREMENTAL_SYNC.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.github.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail",
"type": "Object",
"tags": [],
"label": "gmail",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.service_account_credentials",
"type": "Object",
"tags": [],
"label": "service_account_credentials",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.service_account_credentials.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.service_account_credentials.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.service_account_credentials.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.service_account_credentials.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.service_account_credentials.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.service_account_credentials.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.service_account_credentials.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.service_account_credentials.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.service_account_credentials.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.service_account_credentials.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.service_account_credentials.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.service_account_credentials.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.service_account_credentials.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.subject",
"type": "Object",
"tags": [],
"label": "subject",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.subject.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.subject.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.subject.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.subject.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.subject.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.subject.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.subject.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.subject.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.subject.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.subject.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.subject.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.subject.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"{ type: string; constraint: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.subject.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.customer_id",
"type": "Object",
"tags": [],
"label": "customer_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.customer_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.customer_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.customer_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.customer_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.customer_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.customer_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.customer_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.customer_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.customer_id.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.customer_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.customer_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.customer_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.customer_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.include_spam_and_trash",
"type": "Object",
"tags": [],
"label": "include_spam_and_trash",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.include_spam_and_trash.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.include_spam_and_trash.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.include_spam_and_trash.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.include_spam_and_trash.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.include_spam_and_trash.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.include_spam_and_trash.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.include_spam_and_trash.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.include_spam_and_trash.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.include_spam_and_trash.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.include_spam_and_trash.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.include_spam_and_trash.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.include_spam_and_trash.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.include_spam_and_trash.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.use_document_level_security",
"type": "Object",
"tags": [],
"label": "use_document_level_security",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.use_document_level_security.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.use_document_level_security.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.use_document_level_security.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.use_document_level_security.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.use_document_level_security.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.use_document_level_security.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.use_document_level_security.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.use_document_level_security.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.use_document_level_security.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.use_document_level_security.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.use_document_level_security.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.use_document_level_security.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.configuration.use_document_level_security.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.features.DOCUMENT_LEVEL_SECURITY",
"type": "Object",
"tags": [],
"label": "[DOCUMENT_LEVEL_SECURITY]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.features.DOCUMENT_LEVEL_SECURITY.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.features.INCREMENTAL_SYNC",
"type": "Object",
"tags": [],
"label": "[INCREMENTAL_SYNC]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.features.INCREMENTAL_SYNC.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.gmail.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage",
"type": "Object",
"tags": [],
"label": "google_cloud_storage",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.features.INCREMENTAL_SYNC",
"type": "Object",
"tags": [],
"label": "[INCREMENTAL_SYNC]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.features.INCREMENTAL_SYNC.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.buckets",
"type": "Object",
"tags": [],
"label": "buckets",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.buckets.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.buckets.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.buckets.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.buckets.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.buckets.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.buckets.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.buckets.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.buckets.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.buckets.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.buckets.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".LIST"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.buckets.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.buckets.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.buckets.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.service_account_credentials",
"type": "Object",
"tags": [],
"label": "service_account_credentials",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.service_account_credentials.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.service_account_credentials.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.service_account_credentials.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.service_account_credentials.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.service_account_credentials.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.service_account_credentials.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.service_account_credentials.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.service_account_credentials.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.service_account_credentials.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.service_account_credentials.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.service_account_credentials.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.service_account_credentials.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.service_account_credentials.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.retry_count",
"type": "Object",
"tags": [],
"label": "retry_count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.retry_count.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.retry_count.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.retry_count.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.retry_count.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.retry_count.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.retry_count.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.retry_count.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.retry_count.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.retry_count.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.retry_count.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.retry_count.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.retry_count.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.retry_count.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.use_text_extraction_service",
"type": "Object",
"tags": [],
"label": "use_text_extraction_service",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.use_text_extraction_service.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.use_text_extraction_service.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.use_text_extraction_service.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.use_text_extraction_service.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.use_text_extraction_service.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.use_text_extraction_service.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.use_text_extraction_service.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.use_text_extraction_service.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.use_text_extraction_service.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.use_text_extraction_service.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.use_text_extraction_service.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.use_text_extraction_service.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.configuration.use_text_extraction_service.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_cloud_storage.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive",
"type": "Object",
"tags": [],
"label": "google_drive",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.service_account_credentials",
"type": "Object",
"tags": [],
"label": "service_account_credentials",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.service_account_credentials.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.service_account_credentials.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.service_account_credentials.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.service_account_credentials.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.service_account_credentials.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.service_account_credentials.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.service_account_credentials.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.service_account_credentials.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.service_account_credentials.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.service_account_credentials.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.service_account_credentials.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.service_account_credentials.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.service_account_credentials.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_domain_wide_delegation_for_sync",
"type": "Object",
"tags": [],
"label": "use_domain_wide_delegation_for_sync",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_domain_wide_delegation_for_sync.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_domain_wide_delegation_for_sync.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_domain_wide_delegation_for_sync.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_domain_wide_delegation_for_sync.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_domain_wide_delegation_for_sync.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_domain_wide_delegation_for_sync.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_domain_wide_delegation_for_sync.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_domain_wide_delegation_for_sync.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_domain_wide_delegation_for_sync.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_domain_wide_delegation_for_sync.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_domain_wide_delegation_for_sync.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_domain_wide_delegation_for_sync.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_domain_wide_delegation_for_sync.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email_for_data_sync",
"type": "Object",
"tags": [],
"label": "google_workspace_admin_email_for_data_sync",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email_for_data_sync.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email_for_data_sync.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email_for_data_sync.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email_for_data_sync.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email_for_data_sync.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email_for_data_sync.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email_for_data_sync.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email_for_data_sync.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email_for_data_sync.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email_for_data_sync.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email_for_data_sync.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email_for_data_sync.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"{ type: string; constraint: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email_for_data_sync.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_email_for_shared_drives_sync",
"type": "Object",
"tags": [],
"label": "google_workspace_email_for_shared_drives_sync",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_email_for_shared_drives_sync.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_email_for_shared_drives_sync.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_email_for_shared_drives_sync.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_email_for_shared_drives_sync.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_email_for_shared_drives_sync.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_email_for_shared_drives_sync.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_email_for_shared_drives_sync.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_email_for_shared_drives_sync.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_email_for_shared_drives_sync.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_email_for_shared_drives_sync.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_email_for_shared_drives_sync.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_email_for_shared_drives_sync.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"{ type: string; constraint: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_email_for_shared_drives_sync.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_document_level_security",
"type": "Object",
"tags": [],
"label": "use_document_level_security",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_document_level_security.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_document_level_security.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_document_level_security.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_document_level_security.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_document_level_security.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_document_level_security.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_document_level_security.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_document_level_security.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_document_level_security.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_document_level_security.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_document_level_security.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_document_level_security.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_document_level_security.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email",
"type": "Object",
"tags": [],
"label": "google_workspace_admin_email",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"({ field: string; value: true; } | { field: string; value: false; })[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"{ type: string; constraint: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.google_workspace_admin_email.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.max_concurrency",
"type": "Object",
"tags": [],
"label": "max_concurrency",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.max_concurrency.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.max_concurrency.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.max_concurrency.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.max_concurrency.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.max_concurrency.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.max_concurrency.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.max_concurrency.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.max_concurrency.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.max_concurrency.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.max_concurrency.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.max_concurrency.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.max_concurrency.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"{ type: string; constraint: number; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.max_concurrency.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_text_extraction_service",
"type": "Object",
"tags": [],
"label": "use_text_extraction_service",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_text_extraction_service.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_text_extraction_service.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_text_extraction_service.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_text_extraction_service.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_text_extraction_service.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_text_extraction_service.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_text_extraction_service.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_text_extraction_service.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_text_extraction_service.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_text_extraction_service.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_text_extraction_service.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_text_extraction_service.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.configuration.use_text_extraction_service.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.features.DOCUMENT_LEVEL_SECURITY",
"type": "Object",
"tags": [],
"label": "[DOCUMENT_LEVEL_SECURITY]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.features.DOCUMENT_LEVEL_SECURITY.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.features.INCREMENTAL_SYNC",
"type": "Object",
"tags": [],
"label": "[INCREMENTAL_SYNC]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.features.INCREMENTAL_SYNC.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.google_drive.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira",
"type": "Object",
"tags": [],
"label": "jira",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_source",
"type": "Object",
"tags": [],
"label": "data_source",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_source.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_source.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_source.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".DROPDOWN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_source.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_source.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"{ label: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_source.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_source.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_source.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_source.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_source.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_source.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_source.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_source.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.username",
"type": "Object",
"tags": [],
"label": "username",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.username.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.username.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.username.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.username.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.username.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.username.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.username.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.username.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.username.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.username.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.username.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.username.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.username.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.password",
"type": "Object",
"tags": [],
"label": "password",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.password.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.password.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.password.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.password.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.password.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.password.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.password.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.password.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.password.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.password.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.password.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.password.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.password.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_username",
"type": "Object",
"tags": [],
"label": "data_center_username",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_username.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_username.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_username.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_username.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_username.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_username.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_username.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_username.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_username.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_username.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_username.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_username.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_username.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_password",
"type": "Object",
"tags": [],
"label": "data_center_password",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_password.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_password.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_password.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_password.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_password.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_password.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_password.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_password.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_password.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_password.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_password.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_password.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.data_center_password.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.account_email",
"type": "Object",
"tags": [],
"label": "account_email",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.account_email.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.account_email.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.account_email.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.account_email.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.account_email.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.account_email.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.account_email.placeholder",
"type": "string",
"tags": [],
"label": "placeholder",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.account_email.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.account_email.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.account_email.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.account_email.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.account_email.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.account_email.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.account_email.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.api_token",
"type": "Object",
"tags": [],
"label": "api_token",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.api_token.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.api_token.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.api_token.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.api_token.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.api_token.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.api_token.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.api_token.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.api_token.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.api_token.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.api_token.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.api_token.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.api_token.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.api_token.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.jira_url",
"type": "Object",
"tags": [],
"label": "jira_url",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.jira_url.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.jira_url.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.jira_url.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.jira_url.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.jira_url.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.jira_url.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.jira_url.placeholder",
"type": "string",
"tags": [],
"label": "placeholder",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.jira_url.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.jira_url.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.jira_url.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.jira_url.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.jira_url.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.jira_url.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.jira_url.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.projects",
"type": "Object",
"tags": [],
"label": "projects",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.projects.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.projects.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.projects.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.projects.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.projects.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.projects.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.projects.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.projects.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.projects.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.projects.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".LIST"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.projects.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.projects.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.projects.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_enabled",
"type": "Object",
"tags": [],
"label": "ssl_enabled",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_enabled.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_enabled.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_enabled.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_enabled.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_enabled.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_enabled.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_enabled.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_enabled.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_enabled.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_enabled.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_enabled.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_enabled.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_enabled.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_ca",
"type": "Object",
"tags": [],
"label": "ssl_ca",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_ca.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_ca.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_ca.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_ca.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_ca.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_ca.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_ca.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_ca.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_ca.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_ca.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_ca.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_ca.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.ssl_ca.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.retry_count",
"type": "Object",
"tags": [],
"label": "retry_count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.retry_count.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.retry_count.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.retry_count.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.retry_count.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.retry_count.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.retry_count.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.retry_count.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.retry_count.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.retry_count.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.retry_count.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.retry_count.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.retry_count.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.retry_count.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.concurrent_downloads",
"type": "Object",
"tags": [],
"label": "concurrent_downloads",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.concurrent_downloads.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.concurrent_downloads.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.concurrent_downloads.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.concurrent_downloads.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.concurrent_downloads.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.concurrent_downloads.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.concurrent_downloads.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.concurrent_downloads.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.concurrent_downloads.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.concurrent_downloads.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.concurrent_downloads.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.concurrent_downloads.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"{ type: string; constraint: number; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.concurrent_downloads.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_document_level_security",
"type": "Object",
"tags": [],
"label": "use_document_level_security",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_document_level_security.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_document_level_security.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_document_level_security.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_document_level_security.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_document_level_security.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_document_level_security.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_document_level_security.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_document_level_security.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_document_level_security.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_document_level_security.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_document_level_security.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_document_level_security.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_document_level_security.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_text_extraction_service",
"type": "Object",
"tags": [],
"label": "use_text_extraction_service",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_text_extraction_service.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_text_extraction_service.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_text_extraction_service.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_text_extraction_service.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_text_extraction_service.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_text_extraction_service.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_text_extraction_service.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_text_extraction_service.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_text_extraction_service.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_text_extraction_service.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_text_extraction_service.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_text_extraction_service.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.configuration.use_text_extraction_service.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.features.DOCUMENT_LEVEL_SECURITY",
"type": "Object",
"tags": [],
"label": "[DOCUMENT_LEVEL_SECURITY]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.features.DOCUMENT_LEVEL_SECURITY.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.features.INCREMENTAL_SYNC",
"type": "Object",
"tags": [],
"label": "[INCREMENTAL_SYNC]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.features.INCREMENTAL_SYNC.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams",
"type": "Object",
"tags": [],
"label": "microsoft_teams",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.tenant_id",
"type": "Object",
"tags": [],
"label": "tenant_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.tenant_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.tenant_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.tenant_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.tenant_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.tenant_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.tenant_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.tenant_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.tenant_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.tenant_id.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.tenant_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.tenant_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.tenant_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.tenant_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.client_id",
"type": "Object",
"tags": [],
"label": "client_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.client_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.client_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.client_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.client_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.client_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.client_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.client_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.client_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.client_id.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.client_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.client_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.client_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.client_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.secret_value",
"type": "Object",
"tags": [],
"label": "secret_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.secret_value.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.secret_value.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.secret_value.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.secret_value.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.secret_value.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.secret_value.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.secret_value.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.secret_value.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.secret_value.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.secret_value.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.secret_value.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.secret_value.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.secret_value.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.username",
"type": "Object",
"tags": [],
"label": "username",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.username.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.username.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.username.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.username.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.username.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.username.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.username.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.username.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.username.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.username.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.username.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.username.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.username.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.password",
"type": "Object",
"tags": [],
"label": "password",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.password.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.password.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.password.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.password.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.password.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.password.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.password.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.password.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.password.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.password.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.password.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.password.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.configuration.password.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": []
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.microsoft_teams.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb",
"type": "Object",
"tags": [],
"label": "mongodb",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.host",
"type": "Object",
"tags": [],
"label": "host",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.host.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.host.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.host.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.host.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.host.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.host.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.host.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.host.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.host.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.host.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.host.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.host.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.host.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.user",
"type": "Object",
"tags": [],
"label": "user",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.user.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.user.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.user.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.user.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.user.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.user.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.user.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.user.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.user.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.user.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.user.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.user.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.user.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.password",
"type": "Object",
"tags": [],
"label": "password",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.password.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.password.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.password.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.password.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.password.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.password.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.password.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.password.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.password.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.password.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.password.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.password.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.password.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.database",
"type": "Object",
"tags": [],
"label": "database",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.database.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.database.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.database.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.database.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.database.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.database.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.database.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.database.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.database.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.database.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.database.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.database.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.database.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.collection",
"type": "Object",
"tags": [],
"label": "collection",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.collection.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.collection.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.collection.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.collection.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.collection.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.collection.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.collection.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.collection.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.collection.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.collection.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.collection.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.collection.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.collection.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.direct_connection",
"type": "Object",
"tags": [],
"label": "direct_connection",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.direct_connection.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.direct_connection.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.direct_connection.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.direct_connection.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.direct_connection.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.direct_connection.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.direct_connection.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.direct_connection.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.direct_connection.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.direct_connection.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.direct_connection.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.direct_connection.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.direct_connection.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_enabled",
"type": "Object",
"tags": [],
"label": "ssl_enabled",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_enabled.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_enabled.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_enabled.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_enabled.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_enabled.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_enabled.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_enabled.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_enabled.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_enabled.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_enabled.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_enabled.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_enabled.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_enabled.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_ca",
"type": "Object",
"tags": [],
"label": "ssl_ca",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_ca.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_ca.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_ca.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_ca.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_ca.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_ca.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_ca.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_ca.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_ca.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_ca.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_ca.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_ca.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.ssl_ca.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.tls_insecure",
"type": "Object",
"tags": [],
"label": "tls_insecure",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.tls_insecure.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.tls_insecure.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.tls_insecure.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.tls_insecure.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.tls_insecure.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.tls_insecure.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.tls_insecure.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.tls_insecure.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.tls_insecure.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.tls_insecure.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.tls_insecure.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.tls_insecure.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.configuration.tls_insecure.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.features.FILTERING_ADVANCED_CONFIG",
"type": "boolean",
"tags": [],
"label": "[FILTERING_ADVANCED_CONFIG]",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.features.FILTERING_RULES",
"type": "boolean",
"tags": [],
"label": "[FILTERING_RULES]",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql",
"type": "Object",
"tags": [],
"label": "mssql",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.host",
"type": "Object",
"tags": [],
"label": "host",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.host.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.host.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.host.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.host.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.host.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.host.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.host.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.host.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.host.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.host.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.host.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.host.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.host.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.port",
"type": "Object",
"tags": [],
"label": "port",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.port.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.port.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.port.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.port.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.port.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.port.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.port.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.port.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.port.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.port.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.port.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.port.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.port.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.username",
"type": "Object",
"tags": [],
"label": "username",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.username.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.username.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.username.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.username.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.username.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.username.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.username.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.username.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.username.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.username.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.username.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.username.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.username.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.password",
"type": "Object",
"tags": [],
"label": "password",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.password.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.password.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.password.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.password.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.password.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.password.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.password.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.password.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.password.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.password.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.password.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.password.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.password.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.database",
"type": "Object",
"tags": [],
"label": "database",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.database.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.database.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.database.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.database.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.database.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.database.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.database.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.database.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.database.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.database.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.database.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.database.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.database.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.tables",
"type": "Object",
"tags": [],
"label": "tables",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.tables.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.tables.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.tables.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.tables.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.tables.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.tables.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.tables.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.tables.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.tables.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.tables.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".LIST"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.tables.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.tables.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.tables.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_enabled",
"type": "Object",
"tags": [],
"label": "ssl_enabled",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_enabled.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_enabled.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_enabled.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_enabled.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_enabled.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_enabled.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_enabled.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_enabled.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_enabled.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_enabled.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_enabled.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_enabled.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_enabled.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_ca",
"type": "Object",
"tags": [],
"label": "ssl_ca",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_ca.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_ca.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_ca.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_ca.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_ca.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_ca.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_ca.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_ca.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_ca.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_ca.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_ca.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_ca.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.ssl_ca.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.schema",
"type": "Object",
"tags": [],
"label": "schema",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.schema.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.schema.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.schema.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.schema.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.schema.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.schema.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.schema.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.schema.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.schema.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.schema.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.schema.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.schema.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.schema.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.fetch_size",
"type": "Object",
"tags": [],
"label": "fetch_size",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.fetch_size.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.fetch_size.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.fetch_size.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.fetch_size.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.fetch_size.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.fetch_size.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.fetch_size.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.fetch_size.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.fetch_size.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.fetch_size.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.fetch_size.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.fetch_size.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.fetch_size.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.retry_count",
"type": "Object",
"tags": [],
"label": "retry_count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.retry_count.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.retry_count.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.retry_count.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.retry_count.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.retry_count.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.retry_count.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.retry_count.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.retry_count.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.retry_count.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.retry_count.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.retry_count.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.retry_count.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.retry_count.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.validate_host",
"type": "Object",
"tags": [],
"label": "validate_host",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.validate_host.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.validate_host.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.validate_host.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.validate_host.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.validate_host.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.validate_host.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.validate_host.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.validate_host.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.validate_host.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.validate_host.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.validate_host.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.validate_host.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.configuration.validate_host.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql",
"type": "Object",
"tags": [],
"label": "mysql",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.host",
"type": "Object",
"tags": [],
"label": "host",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.host.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.host.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.host.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.host.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.host.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.host.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.host.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.host.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.host.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.host.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.host.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.host.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.host.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.port",
"type": "Object",
"tags": [],
"label": "port",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.port.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.port.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.port.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.port.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.port.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.port.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.port.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.port.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.port.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.port.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.port.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.port.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.port.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.user",
"type": "Object",
"tags": [],
"label": "user",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.user.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.user.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.user.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.user.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.user.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.user.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.user.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.user.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.user.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.user.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.user.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.user.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.user.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.password",
"type": "Object",
"tags": [],
"label": "password",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.password.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.password.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.password.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.password.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.password.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.password.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.password.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.password.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.password.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.password.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.password.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.password.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.password.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.database",
"type": "Object",
"tags": [],
"label": "database",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.database.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.database.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.database.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.database.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.database.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.database.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.database.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.database.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.database.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.database.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.database.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.database.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.database.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.tables",
"type": "Object",
"tags": [],
"label": "tables",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.tables.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.tables.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.tables.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.tables.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.tables.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.tables.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.tables.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.tables.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.tables.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.tables.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".LIST"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.tables.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.tables.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.tables.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_enabled",
"type": "Object",
"tags": [],
"label": "ssl_enabled",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_enabled.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_enabled.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_enabled.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_enabled.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_enabled.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_enabled.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_enabled.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_enabled.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_enabled.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_enabled.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_enabled.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_enabled.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_enabled.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_ca",
"type": "Object",
"tags": [],
"label": "ssl_ca",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_ca.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_ca.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_ca.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_ca.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_ca.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_ca.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_ca.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_ca.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_ca.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_ca.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_ca.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_ca.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.ssl_ca.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.fetch_size",
"type": "Object",
"tags": [],
"label": "fetch_size",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.fetch_size.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.fetch_size.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.fetch_size.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.fetch_size.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.fetch_size.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.fetch_size.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.fetch_size.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.fetch_size.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.fetch_size.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.fetch_size.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.fetch_size.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.fetch_size.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.fetch_size.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.retry_count",
"type": "Object",
"tags": [],
"label": "retry_count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.retry_count.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.retry_count.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.retry_count.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.retry_count.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.retry_count.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.retry_count.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.retry_count.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.retry_count.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.retry_count.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.retry_count.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.retry_count.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.retry_count.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.configuration.retry_count.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive",
"type": "Object",
"tags": [],
"label": "network_drive",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.username",
"type": "Object",
"tags": [],
"label": "username",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.username.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.username.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.username.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.username.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.username.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.username.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.username.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.username.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.username.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.username.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.username.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.username.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.username.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.password",
"type": "Object",
"tags": [],
"label": "password",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.password.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.password.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.password.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.password.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.password.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.password.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.password.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.password.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.password.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.password.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.password.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.password.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.password.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_ip",
"type": "Object",
"tags": [],
"label": "server_ip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_ip.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_ip.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_ip.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_ip.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_ip.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_ip.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_ip.placeholder",
"type": "string",
"tags": [],
"label": "placeholder",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_ip.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_ip.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_ip.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_ip.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_ip.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_ip.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_ip.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_port",
"type": "Object",
"tags": [],
"label": "server_port",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_port.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_port.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_port.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_port.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_port.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_port.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_port.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_port.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_port.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_port.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_port.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_port.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.server_port.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.drive_path",
"type": "Object",
"tags": [],
"label": "drive_path",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.drive_path.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.drive_path.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.drive_path.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.drive_path.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.drive_path.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.drive_path.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.drive_path.placeholder",
"type": "string",
"tags": [],
"label": "placeholder",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.drive_path.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.drive_path.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.drive_path.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.drive_path.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.drive_path.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.drive_path.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.drive_path.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.use_document_level_security",
"type": "Object",
"tags": [],
"label": "use_document_level_security",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.use_document_level_security.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.use_document_level_security.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.use_document_level_security.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.use_document_level_security.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.use_document_level_security.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.use_document_level_security.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.use_document_level_security.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.use_document_level_security.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.use_document_level_security.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.use_document_level_security.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.use_document_level_security.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.use_document_level_security.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.configuration.use_document_level_security.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.features.INCREMENTAL_SYNC",
"type": "Object",
"tags": [],
"label": "[INCREMENTAL_SYNC]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.features.INCREMENTAL_SYNC.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion",
"type": "Object",
"tags": [],
"label": "notion",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.notion_secret_key",
"type": "Object",
"tags": [],
"label": "notion_secret_key",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.notion_secret_key.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.notion_secret_key.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.notion_secret_key.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.notion_secret_key.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.notion_secret_key.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.notion_secret_key.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.notion_secret_key.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.notion_secret_key.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.notion_secret_key.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.notion_secret_key.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.notion_secret_key.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.notion_secret_key.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.notion_secret_key.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.databases",
"type": "Object",
"tags": [],
"label": "databases",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.databases.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.databases.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.databases.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.databases.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.databases.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.databases.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.databases.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.databases.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.databases.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.databases.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".LIST"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.databases.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.databases.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.databases.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.pages",
"type": "Object",
"tags": [],
"label": "pages",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.pages.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.pages.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.pages.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.pages.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.pages.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.pages.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.pages.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.pages.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.pages.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.pages.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".LIST"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.pages.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.pages.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.pages.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.index_comments",
"type": "Object",
"tags": [],
"label": "index_comments",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.index_comments.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.index_comments.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.index_comments.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.index_comments.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.index_comments.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.index_comments.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.index_comments.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.index_comments.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.index_comments.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.index_comments.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.index_comments.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.index_comments.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.index_comments.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.concurrent_downloads",
"type": "Object",
"tags": [],
"label": "concurrent_downloads",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.concurrent_downloads.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.concurrent_downloads.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.concurrent_downloads.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.concurrent_downloads.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.concurrent_downloads.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.concurrent_downloads.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.concurrent_downloads.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.concurrent_downloads.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.concurrent_downloads.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.concurrent_downloads.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.concurrent_downloads.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.concurrent_downloads.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.configuration.concurrent_downloads.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.notion.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive",
"type": "Object",
"tags": [],
"label": "onedrive",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_id",
"type": "Object",
"tags": [],
"label": "client_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_id.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_secret",
"type": "Object",
"tags": [],
"label": "client_secret",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_secret.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_secret.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_secret.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_secret.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_secret.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_secret.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_secret.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_secret.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_secret.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_secret.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_secret.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_secret.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.client_secret.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.tenant_id",
"type": "Object",
"tags": [],
"label": "tenant_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.tenant_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.tenant_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.tenant_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.tenant_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.tenant_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.tenant_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.tenant_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.tenant_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.tenant_id.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.tenant_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.tenant_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.tenant_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.tenant_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.retry_count",
"type": "Object",
"tags": [],
"label": "retry_count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.retry_count.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.retry_count.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.retry_count.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.retry_count.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.retry_count.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.retry_count.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.retry_count.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.retry_count.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.retry_count.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.retry_count.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.retry_count.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.retry_count.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.retry_count.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.concurrent_downloads",
"type": "Object",
"tags": [],
"label": "concurrent_downloads",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.concurrent_downloads.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.concurrent_downloads.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.concurrent_downloads.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.concurrent_downloads.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.concurrent_downloads.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.concurrent_downloads.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.concurrent_downloads.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.concurrent_downloads.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.concurrent_downloads.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.concurrent_downloads.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.concurrent_downloads.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.concurrent_downloads.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.concurrent_downloads.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_document_level_security",
"type": "Object",
"tags": [],
"label": "use_document_level_security",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_document_level_security.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_document_level_security.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_document_level_security.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_document_level_security.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_document_level_security.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_document_level_security.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_document_level_security.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_document_level_security.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_document_level_security.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_document_level_security.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_document_level_security.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_document_level_security.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_document_level_security.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_text_extraction_service",
"type": "Object",
"tags": [],
"label": "use_text_extraction_service",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_text_extraction_service.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_text_extraction_service.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_text_extraction_service.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_text_extraction_service.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_text_extraction_service.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_text_extraction_service.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_text_extraction_service.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_text_extraction_service.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_text_extraction_service.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_text_extraction_service.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_text_extraction_service.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_text_extraction_service.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.configuration.use_text_extraction_service.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.features.DOCUMENT_LEVEL_SECURITY",
"type": "Object",
"tags": [],
"label": "[DOCUMENT_LEVEL_SECURITY]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.features.DOCUMENT_LEVEL_SECURITY.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.features.INCREMENTAL_SYNC",
"type": "Object",
"tags": [],
"label": "[INCREMENTAL_SYNC]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.features.INCREMENTAL_SYNC.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.onedrive.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle",
"type": "Object",
"tags": [],
"label": "oracle",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.host",
"type": "Object",
"tags": [],
"label": "host",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.host.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.host.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.host.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.host.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.host.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.host.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.host.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.host.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.host.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.host.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.host.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.host.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.host.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.port",
"type": "Object",
"tags": [],
"label": "port",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.port.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.port.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.port.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.port.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.port.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.port.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.port.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.port.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.port.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.port.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.port.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.port.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.port.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.username",
"type": "Object",
"tags": [],
"label": "username",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.username.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.username.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.username.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.username.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.username.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.username.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.username.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.username.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.username.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.username.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.username.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.username.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.username.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.password",
"type": "Object",
"tags": [],
"label": "password",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.password.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.password.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.password.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.password.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.password.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.password.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.password.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.password.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.password.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.password.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.password.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.password.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.password.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.database",
"type": "Object",
"tags": [],
"label": "database",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.database.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.database.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.database.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.database.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.database.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.database.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.database.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.database.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.database.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.database.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.database.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.database.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.database.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.tables",
"type": "Object",
"tags": [],
"label": "tables",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.tables.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.tables.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.tables.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.tables.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.tables.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.tables.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.tables.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.tables.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.tables.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.tables.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".LIST"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.tables.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.tables.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.tables.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.fetch_size",
"type": "Object",
"tags": [],
"label": "fetch_size",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.fetch_size.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.fetch_size.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.fetch_size.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.fetch_size.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.fetch_size.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.fetch_size.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.fetch_size.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.fetch_size.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.fetch_size.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.fetch_size.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.fetch_size.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.fetch_size.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.fetch_size.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.retry_count",
"type": "Object",
"tags": [],
"label": "retry_count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.retry_count.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.retry_count.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.retry_count.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.retry_count.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.retry_count.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.retry_count.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.retry_count.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.retry_count.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.retry_count.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.retry_count.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.retry_count.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.retry_count.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.retry_count.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_protocol",
"type": "Object",
"tags": [],
"label": "oracle_protocol",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_protocol.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_protocol.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_protocol.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".DROPDOWN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_protocol.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_protocol.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"{ label: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_protocol.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_protocol.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_protocol.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_protocol.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_protocol.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_protocol.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_protocol.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_protocol.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_home",
"type": "Object",
"tags": [],
"label": "oracle_home",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_home.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_home.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_home.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_home.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_home.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_home.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_home.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_home.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_home.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_home.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_home.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_home.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.oracle_home.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.wallet_configuration_path",
"type": "Object",
"tags": [],
"label": "wallet_configuration_path",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.wallet_configuration_path.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.wallet_configuration_path.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.wallet_configuration_path.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.wallet_configuration_path.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.wallet_configuration_path.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.wallet_configuration_path.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.wallet_configuration_path.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.wallet_configuration_path.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.wallet_configuration_path.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.wallet_configuration_path.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.wallet_configuration_path.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.wallet_configuration_path.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.configuration.wallet_configuration_path.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.oracle.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook",
"type": "Object",
"tags": [],
"label": "outlook",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.data_source",
"type": "Object",
"tags": [],
"label": "data_source",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.data_source.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.data_source.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.data_source.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".DROPDOWN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.data_source.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.data_source.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"{ label: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.data_source.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.data_source.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.data_source.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.data_source.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.data_source.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.data_source.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.data_source.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.data_source.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.tenant_id",
"type": "Object",
"tags": [],
"label": "tenant_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.tenant_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.tenant_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.tenant_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.tenant_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.tenant_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.tenant_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.tenant_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.tenant_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.tenant_id.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.tenant_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.tenant_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.tenant_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.tenant_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_id",
"type": "Object",
"tags": [],
"label": "client_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_id.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_secret",
"type": "Object",
"tags": [],
"label": "client_secret",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_secret.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_secret.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_secret.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_secret.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_secret.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_secret.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_secret.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_secret.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_secret.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_secret.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_secret.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_secret.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.client_secret.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.exchange_server",
"type": "Object",
"tags": [],
"label": "exchange_server",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.exchange_server.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.exchange_server.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.exchange_server.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.exchange_server.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.exchange_server.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.exchange_server.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.exchange_server.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.exchange_server.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.exchange_server.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.exchange_server.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.exchange_server.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.exchange_server.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.exchange_server.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.active_directory_server",
"type": "Object",
"tags": [],
"label": "active_directory_server",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.active_directory_server.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.active_directory_server.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.active_directory_server.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.active_directory_server.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.active_directory_server.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.active_directory_server.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.active_directory_server.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.active_directory_server.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.active_directory_server.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.active_directory_server.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.active_directory_server.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.active_directory_server.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.active_directory_server.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.username",
"type": "Object",
"tags": [],
"label": "username",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.username.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.username.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.username.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.username.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.username.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.username.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.username.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.username.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.username.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.username.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.username.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.username.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.username.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.password",
"type": "Object",
"tags": [],
"label": "password",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.password.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.password.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.password.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.password.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.password.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.password.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.password.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.password.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.password.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.password.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.password.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.password.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.password.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.domain",
"type": "Object",
"tags": [],
"label": "domain",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.domain.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.domain.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.domain.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.domain.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.domain.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.domain.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.domain.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.domain.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.domain.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.domain.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.domain.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.domain.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.domain.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_enabled",
"type": "Object",
"tags": [],
"label": "ssl_enabled",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_enabled.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_enabled.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_enabled.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_enabled.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_enabled.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_enabled.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_enabled.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_enabled.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_enabled.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_enabled.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_enabled.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_enabled.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_enabled.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_ca",
"type": "Object",
"tags": [],
"label": "ssl_ca",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_ca.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_ca.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"({ field: string; value: string; } | { field: string; value: true; })[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_ca.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_ca.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_ca.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_ca.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_ca.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_ca.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_ca.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_ca.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_ca.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_ca.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.ssl_ca.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_text_extraction_service",
"type": "Object",
"tags": [],
"label": "use_text_extraction_service",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_text_extraction_service.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_text_extraction_service.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_text_extraction_service.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_text_extraction_service.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_text_extraction_service.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_text_extraction_service.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_text_extraction_service.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_text_extraction_service.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_text_extraction_service.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_text_extraction_service.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_text_extraction_service.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_text_extraction_service.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_text_extraction_service.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_document_level_security",
"type": "Object",
"tags": [],
"label": "use_document_level_security",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_document_level_security.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_document_level_security.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_document_level_security.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_document_level_security.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_document_level_security.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_document_level_security.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_document_level_security.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_document_level_security.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_document_level_security.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_document_level_security.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_document_level_security.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_document_level_security.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.configuration.use_document_level_security.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.features.DOCUMENT_LEVEL_SECURITY",
"type": "Object",
"tags": [],
"label": "[DOCUMENT_LEVEL_SECURITY]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.features.DOCUMENT_LEVEL_SECURITY.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.features.INCREMENTAL_SYNC",
"type": "Object",
"tags": [],
"label": "[INCREMENTAL_SYNC]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.features.INCREMENTAL_SYNC.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.outlook.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql",
"type": "Object",
"tags": [],
"label": "postgresql",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.host",
"type": "Object",
"tags": [],
"label": "host",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.host.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.host.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.host.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.host.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.host.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.host.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.host.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.host.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.host.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.host.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.host.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.host.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.host.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.port",
"type": "Object",
"tags": [],
"label": "port",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.port.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.port.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.port.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.port.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.port.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.port.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.port.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.port.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.port.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.port.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.port.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.port.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.port.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.username",
"type": "Object",
"tags": [],
"label": "username",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.username.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.username.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.username.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.username.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.username.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.username.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.username.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.username.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.username.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.username.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.username.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.username.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.username.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.password",
"type": "Object",
"tags": [],
"label": "password",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.password.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.password.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.password.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.password.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.password.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.password.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.password.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.password.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.password.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.password.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.password.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.password.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.password.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.database",
"type": "Object",
"tags": [],
"label": "database",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.database.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.database.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.database.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.database.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.database.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.database.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.database.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.database.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.database.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.database.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.database.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.database.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.database.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.schema",
"type": "Object",
"tags": [],
"label": "schema",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.schema.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.schema.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.schema.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.schema.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.schema.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.schema.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.schema.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.schema.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.schema.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.schema.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.schema.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.schema.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.schema.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.tables",
"type": "Object",
"tags": [],
"label": "tables",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.tables.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.tables.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.tables.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.tables.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.tables.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.tables.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.tables.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.tables.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.tables.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.tables.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".LIST"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.tables.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.tables.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.tables.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_enabled",
"type": "Object",
"tags": [],
"label": "ssl_enabled",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_enabled.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_enabled.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_enabled.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_enabled.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_enabled.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_enabled.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_enabled.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_enabled.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_enabled.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_enabled.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_enabled.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_enabled.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_enabled.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_ca",
"type": "Object",
"tags": [],
"label": "ssl_ca",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_ca.default_value",
"type": "string",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_ca.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_ca.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_ca.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_ca.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_ca.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_ca.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_ca.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_ca.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_ca.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_ca.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_ca.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.ssl_ca.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.fetch_size",
"type": "Object",
"tags": [],
"label": "fetch_size",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.fetch_size.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.fetch_size.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.fetch_size.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.fetch_size.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.fetch_size.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.fetch_size.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.fetch_size.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.fetch_size.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.fetch_size.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.fetch_size.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.fetch_size.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.fetch_size.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.fetch_size.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.retry_count",
"type": "Object",
"tags": [],
"label": "retry_count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.retry_count.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.retry_count.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.retry_count.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.retry_count.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.retry_count.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.retry_count.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.retry_count.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.retry_count.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.retry_count.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.retry_count.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.retry_count.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.retry_count.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.configuration.retry_count.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3",
"type": "Object",
"tags": [],
"label": "s3",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.buckets",
"type": "Object",
"tags": [],
"label": "buckets",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.buckets.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.buckets.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.buckets.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.buckets.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.buckets.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.buckets.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.buckets.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.buckets.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.buckets.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.buckets.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".LIST"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.buckets.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.buckets.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.buckets.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_access_key_id",
"type": "Object",
"tags": [],
"label": "aws_access_key_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_access_key_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_access_key_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_access_key_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_access_key_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_access_key_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_access_key_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_access_key_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_access_key_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_access_key_id.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_access_key_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_access_key_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_access_key_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_access_key_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_secret_access_key",
"type": "Object",
"tags": [],
"label": "aws_secret_access_key",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_secret_access_key.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_secret_access_key.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_secret_access_key.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_secret_access_key.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_secret_access_key.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_secret_access_key.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_secret_access_key.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_secret_access_key.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_secret_access_key.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_secret_access_key.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_secret_access_key.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_secret_access_key.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.aws_secret_access_key.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.read_timeout",
"type": "Object",
"tags": [],
"label": "read_timeout",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.read_timeout.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.read_timeout.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.read_timeout.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.read_timeout.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.read_timeout.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.read_timeout.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.read_timeout.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.read_timeout.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.read_timeout.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.read_timeout.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.read_timeout.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.read_timeout.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.read_timeout.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.connect_timeout",
"type": "Object",
"tags": [],
"label": "connect_timeout",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.connect_timeout.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.connect_timeout.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.connect_timeout.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.connect_timeout.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.connect_timeout.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.connect_timeout.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.connect_timeout.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.connect_timeout.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.connect_timeout.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.connect_timeout.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.connect_timeout.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.connect_timeout.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.connect_timeout.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.max_attempts",
"type": "Object",
"tags": [],
"label": "max_attempts",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.max_attempts.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.max_attempts.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.max_attempts.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.max_attempts.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.max_attempts.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.max_attempts.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.max_attempts.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.max_attempts.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.max_attempts.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.max_attempts.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.max_attempts.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.max_attempts.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.max_attempts.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.page_size",
"type": "Object",
"tags": [],
"label": "page_size",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.page_size.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.page_size.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.page_size.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.page_size.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.page_size.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.page_size.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.page_size.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.page_size.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.page_size.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.page_size.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.page_size.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.page_size.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.page_size.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.use_text_extraction_service",
"type": "Object",
"tags": [],
"label": "use_text_extraction_service",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.use_text_extraction_service.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.use_text_extraction_service.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.use_text_extraction_service.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.use_text_extraction_service.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.use_text_extraction_service.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.use_text_extraction_service.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.use_text_extraction_service.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.use_text_extraction_service.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.use_text_extraction_service.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.use_text_extraction_service.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.use_text_extraction_service.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.use_text_extraction_service.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.configuration.use_text_extraction_service.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.s3.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce",
"type": "Object",
"tags": [],
"label": "salesforce",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.features.INCREMENTAL_SYNC",
"type": "Object",
"tags": [],
"label": "[INCREMENTAL_SYNC]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.features.INCREMENTAL_SYNC.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.domain",
"type": "Object",
"tags": [],
"label": "domain",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.domain.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.domain.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.domain.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.domain.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.domain.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.domain.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.domain.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.domain.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.domain.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.domain.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.domain.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.domain.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.domain.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_id",
"type": "Object",
"tags": [],
"label": "client_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_id.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_secret",
"type": "Object",
"tags": [],
"label": "client_secret",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_secret.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_secret.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_secret.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_secret.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_secret.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_secret.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_secret.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_secret.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_secret.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_secret.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_secret.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_secret.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.client_secret.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_document_level_security",
"type": "Object",
"tags": [],
"label": "use_document_level_security",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_document_level_security.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_document_level_security.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_document_level_security.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_document_level_security.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_document_level_security.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_document_level_security.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_document_level_security.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_document_level_security.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_document_level_security.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_document_level_security.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_document_level_security.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_document_level_security.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_document_level_security.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_text_extraction_service",
"type": "Object",
"tags": [],
"label": "use_text_extraction_service",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_text_extraction_service.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_text_extraction_service.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_text_extraction_service.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_text_extraction_service.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_text_extraction_service.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_text_extraction_service.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_text_extraction_service.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_text_extraction_service.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_text_extraction_service.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_text_extraction_service.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_text_extraction_service.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_text_extraction_service.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.configuration.use_text_extraction_service.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.salesforce.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow",
"type": "Object",
"tags": [],
"label": "servicenow",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.url",
"type": "Object",
"tags": [],
"label": "url",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.url.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.url.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.url.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.url.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.url.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.url.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.url.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.url.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.url.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.url.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.url.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.url.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.url.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.username",
"type": "Object",
"tags": [],
"label": "username",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.username.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.username.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.username.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.username.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.username.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.username.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.username.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.username.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.username.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.username.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.username.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.username.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.username.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.password",
"type": "Object",
"tags": [],
"label": "password",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.password.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.password.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.password.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.password.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.password.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.password.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.password.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.password.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.password.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.password.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.password.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.password.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.password.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.services",
"type": "Object",
"tags": [],
"label": "services",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.services.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.services.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.services.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.services.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.services.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.services.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.services.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.services.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.services.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.services.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".LIST"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.services.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.services.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.services.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.retry_count",
"type": "Object",
"tags": [],
"label": "retry_count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.retry_count.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.retry_count.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.retry_count.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.retry_count.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.retry_count.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.retry_count.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.retry_count.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.retry_count.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.retry_count.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.retry_count.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.retry_count.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.retry_count.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.retry_count.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.concurrent_downloads",
"type": "Object",
"tags": [],
"label": "concurrent_downloads",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.concurrent_downloads.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.concurrent_downloads.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.concurrent_downloads.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.concurrent_downloads.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.concurrent_downloads.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.concurrent_downloads.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.concurrent_downloads.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.concurrent_downloads.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.concurrent_downloads.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.concurrent_downloads.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.concurrent_downloads.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.concurrent_downloads.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.concurrent_downloads.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_text_extraction_service",
"type": "Object",
"tags": [],
"label": "use_text_extraction_service",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_text_extraction_service.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_text_extraction_service.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_text_extraction_service.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_text_extraction_service.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_text_extraction_service.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_text_extraction_service.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_text_extraction_service.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_text_extraction_service.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_text_extraction_service.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_text_extraction_service.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_text_extraction_service.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_text_extraction_service.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_text_extraction_service.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_document_level_security",
"type": "Object",
"tags": [],
"label": "use_document_level_security",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_document_level_security.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_document_level_security.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_document_level_security.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_document_level_security.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_document_level_security.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_document_level_security.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_document_level_security.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_document_level_security.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_document_level_security.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_document_level_security.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_document_level_security.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_document_level_security.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.configuration.use_document_level_security.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.features.INCREMENTAL_SYNC",
"type": "Object",
"tags": [],
"label": "[INCREMENTAL_SYNC]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.features.INCREMENTAL_SYNC.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online",
"type": "Object",
"tags": [],
"label": "sharepoint_online",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_id",
"type": "Object",
"tags": [],
"label": "tenant_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_id.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_name",
"type": "Object",
"tags": [],
"label": "tenant_name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_name.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_name.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_name.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_name.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_name.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_name.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_name.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_name.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_name.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_name.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_name.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_name.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.tenant_name.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.client_id",
"type": "Object",
"tags": [],
"label": "client_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.client_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.client_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.client_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.client_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.client_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.client_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.client_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.client_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.client_id.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.client_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.client_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.client_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.client_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.auth_method",
"type": "Object",
"tags": [],
"label": "auth_method",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.auth_method.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.auth_method.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.auth_method.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".DROPDOWN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.auth_method.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.auth_method.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"{ label: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.auth_method.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.auth_method.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.auth_method.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.auth_method.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.auth_method.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.auth_method.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.auth_method.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.auth_method.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.secret_value",
"type": "Object",
"tags": [],
"label": "secret_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.secret_value.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.secret_value.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.secret_value.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.secret_value.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.secret_value.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.secret_value.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.secret_value.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.secret_value.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.secret_value.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.secret_value.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.secret_value.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.secret_value.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.secret_value.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.certificate",
"type": "Object",
"tags": [],
"label": "certificate",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.certificate.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.certificate.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.certificate.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.certificate.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.certificate.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.certificate.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.certificate.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.certificate.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.certificate.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.certificate.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.certificate.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.certificate.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.certificate.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.private_key",
"type": "Object",
"tags": [],
"label": "private_key",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.private_key.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.private_key.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.private_key.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.private_key.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.private_key.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.private_key.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.private_key.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.private_key.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.private_key.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.private_key.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.private_key.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.private_key.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.private_key.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.site_collections",
"type": "Object",
"tags": [],
"label": "site_collections",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.site_collections.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.site_collections.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.site_collections.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.site_collections.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.site_collections.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.site_collections.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.site_collections.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.site_collections.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.site_collections.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.site_collections.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".LIST"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.site_collections.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.site_collections.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.site_collections.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.enumerate_all_sites",
"type": "Object",
"tags": [],
"label": "enumerate_all_sites",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.enumerate_all_sites.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.enumerate_all_sites.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.enumerate_all_sites.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.enumerate_all_sites.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.enumerate_all_sites.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.enumerate_all_sites.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.enumerate_all_sites.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.enumerate_all_sites.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.enumerate_all_sites.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.enumerate_all_sites.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.enumerate_all_sites.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.enumerate_all_sites.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.enumerate_all_sites.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_subsites",
"type": "Object",
"tags": [],
"label": "fetch_subsites",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_subsites.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_subsites.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: false; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_subsites.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_subsites.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_subsites.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_subsites.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_subsites.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_subsites.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_subsites.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_subsites.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_subsites.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_subsites.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_subsites.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_text_extraction_service",
"type": "Object",
"tags": [],
"label": "use_text_extraction_service",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_text_extraction_service.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_text_extraction_service.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_text_extraction_service.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_text_extraction_service.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_text_extraction_service.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_text_extraction_service.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_text_extraction_service.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_text_extraction_service.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_text_extraction_service.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_text_extraction_service.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_text_extraction_service.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_text_extraction_service.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_text_extraction_service.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_document_level_security",
"type": "Object",
"tags": [],
"label": "use_document_level_security",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_document_level_security.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_document_level_security.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_document_level_security.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_document_level_security.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_document_level_security.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_document_level_security.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_document_level_security.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_document_level_security.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_document_level_security.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_document_level_security.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_document_level_security.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_document_level_security.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.use_document_level_security.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_drive_item_permissions",
"type": "Object",
"tags": [],
"label": "fetch_drive_item_permissions",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_drive_item_permissions.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_drive_item_permissions.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_drive_item_permissions.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_drive_item_permissions.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_drive_item_permissions.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_drive_item_permissions.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_drive_item_permissions.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_drive_item_permissions.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_drive_item_permissions.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_drive_item_permissions.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_drive_item_permissions.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_drive_item_permissions.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_drive_item_permissions.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_page_permissions",
"type": "Object",
"tags": [],
"label": "fetch_unique_page_permissions",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_page_permissions.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_page_permissions.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_page_permissions.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_page_permissions.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_page_permissions.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_page_permissions.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_page_permissions.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_page_permissions.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_page_permissions.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_page_permissions.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_page_permissions.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_page_permissions.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_page_permissions.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_permissions",
"type": "Object",
"tags": [],
"label": "fetch_unique_list_permissions",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_permissions.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_permissions.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_permissions.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_permissions.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_permissions.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_permissions.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_permissions.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_permissions.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_permissions.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_permissions.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_permissions.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_permissions.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_permissions.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_item_permissions",
"type": "Object",
"tags": [],
"label": "fetch_unique_list_item_permissions",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_item_permissions.default_value",
"type": "boolean",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_item_permissions.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_item_permissions.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_item_permissions.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_item_permissions.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_item_permissions.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_item_permissions.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_item_permissions.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_item_permissions.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_item_permissions.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_item_permissions.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_item_permissions.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.configuration.fetch_unique_list_item_permissions.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.features.DOCUMENT_LEVEL_SECURITY",
"type": "Object",
"tags": [],
"label": "[DOCUMENT_LEVEL_SECURITY]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.features.DOCUMENT_LEVEL_SECURITY.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.features.INCREMENTAL_SYNC",
"type": "Object",
"tags": [],
"label": "[INCREMENTAL_SYNC]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.features.INCREMENTAL_SYNC.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server",
"type": "Object",
"tags": [],
"label": "sharepoint_server",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.authentication",
"type": "Object",
"tags": [],
"label": "authentication",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.authentication.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.authentication.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.authentication.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".DROPDOWN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.authentication.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.authentication.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"{ label: string; value: string; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.authentication.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.authentication.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.authentication.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.authentication.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.authentication.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.authentication.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.authentication.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.authentication.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.username",
"type": "Object",
"tags": [],
"label": "username",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.username.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.username.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.username.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.username.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.username.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.username.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.username.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.username.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.username.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.username.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.username.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.username.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.username.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.password",
"type": "Object",
"tags": [],
"label": "password",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.password.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.password.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.password.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.password.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.password.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.password.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.password.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.password.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.password.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.password.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.password.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.password.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.password.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.host_url",
"type": "Object",
"tags": [],
"label": "host_url",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.host_url.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.host_url.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.host_url.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.host_url.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.host_url.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.host_url.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.host_url.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.host_url.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.host_url.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.host_url.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.host_url.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.host_url.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.host_url.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.site_collections",
"type": "Object",
"tags": [],
"label": "site_collections",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.site_collections.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.site_collections.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.site_collections.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTAREA"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.site_collections.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.site_collections.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.site_collections.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.site_collections.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.site_collections.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.site_collections.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.site_collections.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".LIST"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.site_collections.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.site_collections.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.site_collections.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_enabled",
"type": "Object",
"tags": [],
"label": "ssl_enabled",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_enabled.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_enabled.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_enabled.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_enabled.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_enabled.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_enabled.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_enabled.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_enabled.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_enabled.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_enabled.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_enabled.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_enabled.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_enabled.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_ca",
"type": "Object",
"tags": [],
"label": "ssl_ca",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_ca.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_ca.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_ca.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_ca.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_ca.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_ca.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_ca.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_ca.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_ca.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_ca.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_ca.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_ca.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.ssl_ca.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.retry_count",
"type": "Object",
"tags": [],
"label": "retry_count",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.retry_count.default_value",
"type": "number",
"tags": [],
"label": "default_value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.retry_count.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.retry_count.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.retry_count.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.retry_count.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.retry_count.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.retry_count.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.retry_count.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.retry_count.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.retry_count.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.retry_count.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.retry_count.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.retry_count.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_text_extraction_service",
"type": "Object",
"tags": [],
"label": "use_text_extraction_service",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_text_extraction_service.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_text_extraction_service.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_text_extraction_service.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_text_extraction_service.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_text_extraction_service.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_text_extraction_service.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_text_extraction_service.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_text_extraction_service.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_text_extraction_service.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_text_extraction_service.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_text_extraction_service.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_text_extraction_service.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_text_extraction_service.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_document_level_security",
"type": "Object",
"tags": [],
"label": "use_document_level_security",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_document_level_security.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_document_level_security.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_document_level_security.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_document_level_security.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_document_level_security.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_document_level_security.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_document_level_security.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_document_level_security.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_document_level_security.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_document_level_security.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_document_level_security.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_document_level_security.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.use_document_level_security.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_permissions",
"type": "Object",
"tags": [],
"label": "fetch_unique_list_permissions",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_permissions.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_permissions.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_permissions.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_permissions.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_permissions.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_permissions.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_permissions.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_permissions.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_permissions.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_permissions.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_permissions.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_permissions.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_permissions.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_item_permissions",
"type": "Object",
"tags": [],
"label": "fetch_unique_list_item_permissions",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_item_permissions.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_item_permissions.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"{ field: string; value: true; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_item_permissions.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_item_permissions.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_item_permissions.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_item_permissions.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_item_permissions.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_item_permissions.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_item_permissions.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_item_permissions.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_item_permissions.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_item_permissions.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.configuration.fetch_unique_list_item_permissions.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.features.SYNC_RULES",
"type": "Object",
"tags": [],
"label": "[SYNC_RULES]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.features.SYNC_RULES.advanced",
"type": "Object",
"tags": [],
"label": "advanced",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.features.SYNC_RULES.advanced.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.features.SYNC_RULES.basic",
"type": "Object",
"tags": [],
"label": "basic",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.features.SYNC_RULES.basic.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.features.DOCUMENT_LEVEL_SECURITY",
"type": "Object",
"tags": [],
"label": "[DOCUMENT_LEVEL_SECURITY]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.features.DOCUMENT_LEVEL_SECURITY.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.features.INCREMENTAL_SYNC",
"type": "Object",
"tags": [],
"label": "[INCREMENTAL_SYNC]",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.features.INCREMENTAL_SYNC.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_server.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack",
"type": "Object",
"tags": [],
"label": "slack",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.token",
"type": "Object",
"tags": [],
"label": "token",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.token.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.token.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.token.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.token.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.token.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.token.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.token.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.token.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.token.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.token.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.token.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.token.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.token.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.fetch_last_n_days",
"type": "Object",
"tags": [],
"label": "fetch_last_n_days",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.fetch_last_n_days.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.fetch_last_n_days.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.fetch_last_n_days.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.fetch_last_n_days.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.fetch_last_n_days.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.fetch_last_n_days.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.fetch_last_n_days.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.fetch_last_n_days.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.fetch_last_n_days.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.fetch_last_n_days.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.fetch_last_n_days.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.fetch_last_n_days.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.fetch_last_n_days.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.auto_join_channels",
"type": "Object",
"tags": [],
"label": "auto_join_channels",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.auto_join_channels.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.auto_join_channels.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.auto_join_channels.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.auto_join_channels.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.auto_join_channels.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.auto_join_channels.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.auto_join_channels.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.auto_join_channels.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.auto_join_channels.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.auto_join_channels.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.auto_join_channels.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.auto_join_channels.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.auto_join_channels.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.sync_users",
"type": "Object",
"tags": [],
"label": "sync_users",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.sync_users.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.sync_users.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.sync_users.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.sync_users.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.sync_users.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.sync_users.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.sync_users.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.sync_users.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.sync_users.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.sync_users.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.sync_users.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.sync_users.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.configuration.sync_users.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": []
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.slack.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom",
"type": "Object",
"tags": [],
"label": "zoom",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration",
"type": "Object",
"tags": [],
"label": "configuration",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.account_id",
"type": "Object",
"tags": [],
"label": "account_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.account_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.account_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.account_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.account_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.account_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.account_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.account_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.account_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.account_id.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.account_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.account_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.account_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.account_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_id",
"type": "Object",
"tags": [],
"label": "client_id",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_id.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_id.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_id.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_id.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_id.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_id.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_id.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_id.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_id.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_id.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_id.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_id.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_id.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_secret",
"type": "Object",
"tags": [],
"label": "client_secret",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_secret.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_secret.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_secret.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TEXTBOX"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_secret.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_secret.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_secret.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_secret.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_secret.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_secret.tooltip",
"type": "Uncategorized",
"tags": [],
"label": "tooltip",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_secret.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".STRING"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_secret.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_secret.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.client_secret.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.fetch_past_meeting_details",
"type": "Object",
"tags": [],
"label": "fetch_past_meeting_details",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.fetch_past_meeting_details.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.fetch_past_meeting_details.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.fetch_past_meeting_details.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.fetch_past_meeting_details.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.fetch_past_meeting_details.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.fetch_past_meeting_details.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.fetch_past_meeting_details.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.fetch_past_meeting_details.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.fetch_past_meeting_details.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.fetch_past_meeting_details.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.fetch_past_meeting_details.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.fetch_past_meeting_details.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.fetch_past_meeting_details.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.recording_age",
"type": "Object",
"tags": [],
"label": "recording_age",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.recording_age.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.recording_age.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.recording_age.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".NUMERIC"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.recording_age.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.recording_age.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.recording_age.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.recording_age.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.recording_age.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.recording_age.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.recording_age.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".INTEGER"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.recording_age.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.recording_age.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"{ type: string; constraint: number; }[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.recording_age.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.use_text_extraction_service",
"type": "Object",
"tags": [],
"label": "use_text_extraction_service",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.use_text_extraction_service.default_value",
"type": "Uncategorized",
"tags": [],
"label": "default_value",
"description": [],
"signature": [
"null"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.use_text_extraction_service.depends_on",
"type": "Array",
"tags": [],
"label": "depends_on",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.use_text_extraction_service.display",
"type": "string",
"tags": [],
"label": "display",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.DisplayType",
"text": "DisplayType"
},
".TOGGLE"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.use_text_extraction_service.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.use_text_extraction_service.options",
"type": "Array",
"tags": [],
"label": "options",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.use_text_extraction_service.order",
"type": "number",
"tags": [],
"label": "order",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.use_text_extraction_service.required",
"type": "boolean",
"tags": [],
"label": "required",
"description": [],
"signature": [
"true"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.use_text_extraction_service.sensitive",
"type": "boolean",
"tags": [],
"label": "sensitive",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.use_text_extraction_service.tooltip",
"type": "string",
"tags": [],
"label": "tooltip",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.use_text_extraction_service.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "@kbn/search-connectors",
"scope": "common",
"docId": "kibKbnSearchConnectorsPluginApi",
"section": "def-common.FieldType",
"text": "FieldType"
},
".BOOLEAN"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.use_text_extraction_service.ui_restrictions",
"type": "Array",
"tags": [],
"label": "ui_restrictions",
"description": [],
"signature": [
"string[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.use_text_extraction_service.validations",
"type": "Array",
"tags": [],
"label": "validations",
"description": [],
"signature": [
"never[]"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.configuration.use_text_extraction_service.value",
"type": "boolean",
"tags": [],
"label": "value",
"description": [],
"signature": [
"false"
],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
]
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.features",
"type": "Object",
"tags": [],
"label": "features",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false,
"children": []
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "@kbn/search-connectors",
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.zoom.serviceType",
"type": "string",
"tags": [],
"label": "serviceType",
"description": [],
"path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
}
]
}
}