mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
25537 lines
No EOL
1.1 MiB
25537 lines
No EOL
1.1 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.cancelSyncs",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "cancelSyncs",
|
|
"description": [],
|
|
"signature": [
|
|
"(client: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", connectorId: string) => Promise<void>"
|
|
],
|
|
"path": "packages/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": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/kbn-search-connectors/lib/cancel_syncs.ts",
|
|
"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: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "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"
|
|
},
|
|
"; serviceType?: string | null | undefined; }) => Promise<",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.Connector",
|
|
"text": "Connector"
|
|
},
|
|
">"
|
|
],
|
|
"path": "packages/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": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/lib/create_connector_document.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.deleteConnectorById",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "deleteConnectorById",
|
|
"description": [],
|
|
"signature": [
|
|
"(client: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", id: string) => Promise<",
|
|
"WriteResponseBase",
|
|
">"
|
|
],
|
|
"path": "packages/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": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/kbn-search-connectors/lib/delete_connector.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: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", connectorId: string) => Promise<",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.OptimisticConcurrency",
|
|
"text": "OptimisticConcurrency"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.Connector",
|
|
"text": "Connector"
|
|
},
|
|
"> | undefined>"
|
|
],
|
|
"path": "packages/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": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/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: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", indexName: string) => Promise<",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.Connector",
|
|
"text": "Connector"
|
|
},
|
|
" | undefined>"
|
|
],
|
|
"path": "packages/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": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/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: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", indexNames?: string[] | undefined) => Promise<",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.Connector",
|
|
"text": "Connector"
|
|
},
|
|
"[]>"
|
|
],
|
|
"path": "packages/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": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/kbn-search-connectors/lib/fetch_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.fetchSyncJobsByConnectorId",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "fetchSyncJobsByConnectorId",
|
|
"description": [],
|
|
"signature": [
|
|
"(client: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", connectorId: string, from: number, size: number, syncJobType?: \"all\" | \"content\" | \"access_control\") => 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": "packages/kbn-search-connectors/lib/fetch_sync_jobs.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.fetchSyncJobsByConnectorId.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "client",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/kbn-search-connectors/lib/fetch_sync_jobs.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.fetchSyncJobsByConnectorId.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "connectorId",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "packages/kbn-search-connectors/lib/fetch_sync_jobs.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.fetchSyncJobsByConnectorId.$3",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "from",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "packages/kbn-search-connectors/lib/fetch_sync_jobs.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.fetchSyncJobsByConnectorId.$4",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "size",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "packages/kbn-search-connectors/lib/fetch_sync_jobs.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.fetchSyncJobsByConnectorId.$5",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "syncJobType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"all\" | \"content\" | \"access_control\""
|
|
],
|
|
"path": "packages/kbn-search-connectors/lib/fetch_sync_jobs.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/utils/is_category_entry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.putUpdateNative",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "putUpdateNative",
|
|
"description": [],
|
|
"signature": [
|
|
"(client: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", connectorId: string, isNative: boolean) => Promise<",
|
|
"UpdateResponse",
|
|
"<unknown>>"
|
|
],
|
|
"path": "packages/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": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", { connectorId, jobType, targetIndexName, }: { connectorId: string; jobType?: ",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.SyncJobType",
|
|
"text": "SyncJobType"
|
|
},
|
|
" | undefined; targetIndexName?: string | undefined; }) => Promise<",
|
|
"WriteResponseBase",
|
|
">"
|
|
],
|
|
"path": "packages/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": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/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 targetIndexName,\n }",
|
|
"description": [],
|
|
"path": "packages/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": "packages/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": "packages/kbn-search-connectors/lib/start_sync.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.startConnectorSync.$2.targetIndexName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "targetIndexName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "packages/kbn-search-connectors/lib/start_sync.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.updateConnectorConfiguration",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "updateConnectorConfiguration",
|
|
"description": [],
|
|
"signature": [
|
|
"(client: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", connectorId: string, configuration: Record<string, string | number | boolean>) => Promise<{ [x: 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"
|
|
},
|
|
" | { value: string | number | boolean; category?: string | undefined; default_value: string | number | boolean | null; depends_on: ",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.Dependency",
|
|
"text": "Dependency"
|
|
},
|
|
"[]; display: ",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.DisplayType",
|
|
"text": "DisplayType"
|
|
},
|
|
"; label: string; options: ",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.SelectOption",
|
|
"text": "SelectOption"
|
|
},
|
|
"[]; order?: number | null | undefined; placeholder?: string | undefined; required: boolean; sensitive: boolean; tooltip: string | null; type: ",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.FieldType",
|
|
"text": "FieldType"
|
|
},
|
|
"; ui_restrictions: string[]; validations: ",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.Validation",
|
|
"text": "Validation"
|
|
},
|
|
"[]; } | 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": "packages/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": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/kbn-search-connectors/lib/update_connector_configuration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.updateConnectorNameAndDescription",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "updateConnectorNameAndDescription",
|
|
"description": [],
|
|
"signature": [
|
|
"(client: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", connectorId: string, connectorUpdates: Partial<Pick<",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.Connector",
|
|
"text": "Connector"
|
|
},
|
|
", \"name\" | \"description\">>) => Promise<",
|
|
"WriteResponseBase",
|
|
">"
|
|
],
|
|
"path": "packages/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": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", connectorId: string, scheduling: ",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.SchedulingConfiguraton",
|
|
"text": "SchedulingConfiguraton"
|
|
},
|
|
") => Promise<",
|
|
"WriteResponseBase",
|
|
">"
|
|
],
|
|
"path": "packages/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": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/kbn-search-connectors/lib/update_connector_scheduling.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: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", connectorId: string, serviceType: string) => Promise<",
|
|
"WriteResponseBase",
|
|
">"
|
|
],
|
|
"path": "packages/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": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
},
|
|
", connectorId: string, status: ",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.ConnectorStatus",
|
|
"text": "ConnectorStatus"
|
|
},
|
|
") => Promise<",
|
|
"WriteResponseBase",
|
|
">"
|
|
],
|
|
"path": "packages/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": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "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": "packages/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": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/kbn-search-connectors/lib/update_filtering.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.updateFiltering.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n advancedSnippet,\n filteringRules,\n }",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/lib/update_filtering.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.updateFiltering.$3.advancedSnippet",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "advancedSnippet",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/lib/update_filtering.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.updateFiltering.$3.filteringRules",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "filteringRules",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.FilteringRule",
|
|
"text": "FilteringRule"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "packages/kbn-search-connectors/lib/update_filtering.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.updateFilteringDraft",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "updateFilteringDraft",
|
|
"description": [],
|
|
"signature": [
|
|
"(client: ",
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "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": "packages/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": [
|
|
{
|
|
"pluginId": "@kbn/core-elasticsearch-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreElasticsearchServerPluginApi",
|
|
"section": "def-common.ElasticsearchClient",
|
|
"text": "ElasticsearchClient"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/lib/update_filtering_draft.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.Connector",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Connector",
|
|
"description": [],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/types/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.ConnectorConfigCategoryProperties",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ConnectorConfigCategoryProperties",
|
|
"description": [],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/types/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.ConnectorScheduling",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ConnectorScheduling",
|
|
"description": [],
|
|
"path": "packages/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": "packages/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": "packages/kbn-search-connectors/types/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.ConnectorServerSideDefinition",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ConnectorServerSideDefinition",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.ConnectorServerSideDefinition.iconPath",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "iconPath",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.ConnectorServerSideDefinition.isBeta",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isBeta",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.ConnectorServerSideDefinition.isNative",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isNative",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.ConnectorServerSideDefinition.isTechPreview",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "isTechPreview",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "packages/kbn-search-connectors/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.ConnectorServerSideDefinition.keywords",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "keywords",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "packages/kbn-search-connectors/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.ConnectorServerSideDefinition.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.ConnectorServerSideDefinition.serviceType",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "serviceType",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.ConnectorSyncJob",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ConnectorSyncJob",
|
|
"description": [],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/types/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.Dependency",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Dependency",
|
|
"description": [],
|
|
"path": "packages/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": "packages/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": "packages/kbn-search-connectors/types/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.FilteringConfig",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FilteringConfig",
|
|
"description": [],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/types/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.FilteringRule.policy",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "policy",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.FilteringPolicy",
|
|
"text": "FilteringPolicy"
|
|
}
|
|
],
|
|
"path": "packages/kbn-search-connectors/types/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.FilteringRule.rule",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "rule",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.FilteringRuleRule",
|
|
"text": "FilteringRuleRule"
|
|
}
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/types/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.Validation",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Validation",
|
|
"description": [],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/types/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.FilteringPolicy",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "FilteringPolicy",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.FilteringRuleRule",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "FilteringRuleRule",
|
|
"description": [],
|
|
"path": "packages/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": "packages/kbn-search-connectors/types/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.SyncJobType",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "SyncJobType",
|
|
"description": [],
|
|
"path": "packages/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": "packages/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": "packages/kbn-search-connectors/types/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"misc": [
|
|
{
|
|
"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": "packages/kbn-search-connectors/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": "packages/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": "packages/kbn-search-connectors/types/connectors.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; index_name: string | null; configuration: ",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.ConnectorConfiguration",
|
|
"text": "ConnectorConfiguration"
|
|
},
|
|
"; last_seen: string | null; pipeline?: ",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.IngestPipelineParams",
|
|
"text": "IngestPipelineParams"
|
|
},
|
|
" | null | undefined; api_key_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_incremental_sync_scheduled_at: 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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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"
|
|
},
|
|
"; created_at: string; metadata: Record<string, unknown>; job_type: ",
|
|
{
|
|
"pluginId": "@kbn/search-connectors",
|
|
"scope": "common",
|
|
"docId": "kibKbnSearchConnectorsPluginApi",
|
|
"section": "def-common.SyncJobType",
|
|
"text": "SyncJobType"
|
|
},
|
|
"; last_seen: string | null; cancelation_requested_at: string | null; canceled_at: string | null; completed_at: string | null; deleted_document_count: number; indexed_document_count: number; indexed_document_volume: number; started_at: string | null; 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": "packages/kbn-search-connectors/types/connectors.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": "packages/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": "packages/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": "packages/kbn-search-connectors/types/connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "NATIVE_CONNECTOR_DEFINITIONS",
|
|
"description": [],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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.FeatureName.SYNC_RULES",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[FeatureName.SYNC_RULES]",
|
|
"description": [],
|
|
"path": "packages/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.FeatureName.SYNC_RULES.advanced",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "advanced",
|
|
"description": [],
|
|
"path": "packages/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.FeatureName.SYNC_RULES.advanced.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "packages/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.FeatureName.SYNC_RULES.basic",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "basic",
|
|
"description": [],
|
|
"path": "packages/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.FeatureName.SYNC_RULES.basic.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.features.FeatureName.SYNC_RULES",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[FeatureName.SYNC_RULES]",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.features.FeatureName.SYNC_RULES.advanced",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "advanced",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.features.FeatureName.SYNC_RULES.advanced.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.features.FeatureName.SYNC_RULES.basic",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "basic",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.confluence.features.FeatureName.SYNC_RULES.basic.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.features.FeatureName.SYNC_RULES",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[FeatureName.SYNC_RULES]",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.features.FeatureName.SYNC_RULES.advanced",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "advanced",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.features.FeatureName.SYNC_RULES.advanced.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.features.FeatureName.SYNC_RULES.basic",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "basic",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.dropbox.features.FeatureName.SYNC_RULES.basic.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "Uncategorized",
|
|
"tags": [],
|
|
"label": "tooltip",
|
|
"description": [],
|
|
"signature": [
|
|
"null"
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.features.FeatureName.SYNC_RULES",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[FeatureName.SYNC_RULES]",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.features.FeatureName.SYNC_RULES.advanced",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "advanced",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.features.FeatureName.SYNC_RULES.advanced.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.features.FeatureName.SYNC_RULES.basic",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "basic",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.jira.features.FeatureName.SYNC_RULES.basic.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.features.FeatureName.FILTERING_ADVANCED_CONFIG",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "[FeatureName.FILTERING_ADVANCED_CONFIG]",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.features.FeatureName.FILTERING_RULES",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "[FeatureName.FILTERING_RULES]",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.features.FeatureName.SYNC_RULES",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[FeatureName.SYNC_RULES]",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.features.FeatureName.SYNC_RULES.advanced",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "advanced",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.features.FeatureName.SYNC_RULES.advanced.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.features.FeatureName.SYNC_RULES.basic",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "basic",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mongodb.features.FeatureName.SYNC_RULES.basic.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.features.FeatureName.SYNC_RULES",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[FeatureName.SYNC_RULES]",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.features.FeatureName.SYNC_RULES.advanced",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "advanced",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.features.FeatureName.SYNC_RULES.advanced.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.features.FeatureName.SYNC_RULES.basic",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "basic",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mssql.features.FeatureName.SYNC_RULES.basic.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.features.FeatureName.SYNC_RULES",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[FeatureName.SYNC_RULES]",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.features.FeatureName.SYNC_RULES.advanced",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "advanced",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.features.FeatureName.SYNC_RULES.advanced.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.features.FeatureName.SYNC_RULES.basic",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "basic",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.mysql.features.FeatureName.SYNC_RULES.basic.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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.FeatureName.SYNC_RULES",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[FeatureName.SYNC_RULES]",
|
|
"description": [],
|
|
"path": "packages/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.FeatureName.SYNC_RULES.advanced",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "advanced",
|
|
"description": [],
|
|
"path": "packages/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.FeatureName.SYNC_RULES.advanced.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.network_drive.features.FeatureName.SYNC_RULES.basic",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "basic",
|
|
"description": [],
|
|
"path": "packages/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.FeatureName.SYNC_RULES.basic.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.features.FeatureName.SYNC_RULES",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[FeatureName.SYNC_RULES]",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.features.FeatureName.SYNC_RULES.advanced",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "advanced",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.features.FeatureName.SYNC_RULES.advanced.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.features.FeatureName.SYNC_RULES.basic",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "basic",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.postgresql.features.FeatureName.SYNC_RULES.basic.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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"
|
|
},
|
|
".TEXTAREA"
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.features.FeatureName.SYNC_RULES",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[FeatureName.SYNC_RULES]",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.features.FeatureName.SYNC_RULES.advanced",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "advanced",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.features.FeatureName.SYNC_RULES.advanced.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.features.FeatureName.SYNC_RULES.basic",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "basic",
|
|
"description": [],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.servicenow.features.FeatureName.SYNC_RULES.basic.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": [
|
|
"never[]"
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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": "packages/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.FeatureName.SYNC_RULES",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[FeatureName.SYNC_RULES]",
|
|
"description": [],
|
|
"path": "packages/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.FeatureName.SYNC_RULES.advanced",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "advanced",
|
|
"description": [],
|
|
"path": "packages/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.FeatureName.SYNC_RULES.advanced.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.features.FeatureName.SYNC_RULES.basic",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "basic",
|
|
"description": [],
|
|
"path": "packages/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.FeatureName.SYNC_RULES.basic.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.features.FeatureName.DOCUMENT_LEVEL_SECURITY",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[FeatureName.DOCUMENT_LEVEL_SECURITY]",
|
|
"description": [],
|
|
"path": "packages/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.FeatureName.DOCUMENT_LEVEL_SECURITY.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/search-connectors",
|
|
"id": "def-common.NATIVE_CONNECTOR_DEFINITIONS.sharepoint_online.features.FeatureName.INCREMENTAL_SYNC",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[FeatureName.INCREMENTAL_SYNC]",
|
|
"description": [],
|
|
"path": "packages/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.FeatureName.INCREMENTAL_SYNC.enabled",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "enabled",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "packages/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": "packages/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": "packages/kbn-search-connectors/types/native_connectors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
]
|
|
}
|
|
} |