kibana/api_docs/cases.json
Stacey Gammon 95adefa755
api docs (#114565) (#115002)
# Conflicts:
#	api_docs/apm.json
#	api_docs/core.json
#	api_docs/core.mdx
#	api_docs/core_application.mdx
#	api_docs/core_chrome.mdx
#	api_docs/core_http.mdx
#	api_docs/core_saved_objects.mdx
#	api_docs/data.json
#	api_docs/data.mdx
#	api_docs/data_autocomplete.mdx
#	api_docs/data_query.mdx
#	api_docs/data_search.mdx
#	api_docs/data_ui.mdx
#	api_docs/data_views.json
#	api_docs/data_views.mdx
#	api_docs/deprecations_by_api.mdx
#	api_docs/event_log.json
#	api_docs/interactive_setup.json
#	api_docs/interactive_setup.mdx
#	api_docs/kbn_config.mdx
#	api_docs/kbn_es_query.mdx
#	api_docs/plugin_directory.mdx
#	api_docs/security_solution.mdx
2021-10-14 12:09:47 -04:00

26291 lines
723 KiB
JSON

{
"id": "cases",
"client": {
"classes": [
{
"parentPluginId": "cases",
"id": "def-public.CasesUiPlugin",
"type": "Class",
"tags": [],
"label": "CasesUiPlugin",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.CasesUiPlugin",
"text": "CasesUiPlugin"
},
" implements ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.Plugin",
"text": "Plugin"
},
"<void, ",
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.CasesUiStart",
"text": "CasesUiStart"
},
", ",
"SetupPlugins",
", ",
"StartPlugins",
">"
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CasesUiPlugin.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CasesUiPlugin.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "initializerContext",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.PluginInitializerContext",
"text": "PluginInitializerContext"
},
"<object>"
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "cases",
"id": "def-public.CasesUiPlugin.setup",
"type": "Function",
"tags": [],
"label": "setup",
"description": [],
"signature": [
"(core: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>, plugins: ",
"SetupPlugins",
") => void"
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CasesUiPlugin.setup.$1",
"type": "Object",
"tags": [],
"label": "core",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>"
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "cases",
"id": "def-public.CasesUiPlugin.setup.$2",
"type": "Object",
"tags": [],
"label": "plugins",
"description": [],
"signature": [
"SetupPlugins"
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "cases",
"id": "def-public.CasesUiPlugin.start",
"type": "Function",
"tags": [],
"label": "start",
"description": [],
"signature": [
"(core: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreStart",
"text": "CoreStart"
},
", plugins: ",
"StartPlugins",
") => ",
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.CasesUiStart",
"text": "CasesUiStart"
}
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CasesUiPlugin.start.$1",
"type": "Object",
"tags": [],
"label": "core",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreStart",
"text": "CoreStart"
}
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "cases",
"id": "def-public.CasesUiPlugin.start.$2",
"type": "Object",
"tags": [],
"label": "plugins",
"description": [],
"signature": [
"StartPlugins"
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "cases",
"id": "def-public.CasesUiPlugin.stop",
"type": "Function",
"tags": [],
"label": "stop",
"description": [],
"signature": [
"() => void"
],
"path": "x-pack/plugins/cases/public/plugin.ts",
"deprecated": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"functions": [],
"interfaces": [
{
"parentPluginId": "cases",
"id": "def-public.AllCasesProps",
"type": "Interface",
"tags": [],
"label": "AllCasesProps",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.AllCasesProps",
"text": "AllCasesProps"
},
" extends ",
"Owner"
],
"path": "x-pack/plugins/cases/public/components/all_cases/index.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.AllCasesProps.caseDetailsNavigation",
"type": "Object",
"tags": [],
"label": "caseDetailsNavigation",
"description": [],
"signature": [
"CasesNavigation",
"<",
"CaseDetailsHrefSchema",
", \"configurable\">"
],
"path": "x-pack/plugins/cases/public/components/all_cases/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.AllCasesProps.configureCasesNavigation",
"type": "Object",
"tags": [],
"label": "configureCasesNavigation",
"description": [],
"signature": [
"CasesNavigation",
"<MouseEvent | React.MouseEvent<Element, MouseEvent> | null, null>"
],
"path": "x-pack/plugins/cases/public/components/all_cases/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.AllCasesProps.createCaseNavigation",
"type": "Object",
"tags": [],
"label": "createCaseNavigation",
"description": [],
"signature": [
"CasesNavigation",
"<MouseEvent | React.MouseEvent<Element, MouseEvent> | null, null>"
],
"path": "x-pack/plugins/cases/public/components/all_cases/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.AllCasesProps.disableAlerts",
"type": "CompoundType",
"tags": [],
"label": "disableAlerts",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/cases/public/components/all_cases/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.AllCasesProps.showTitle",
"type": "CompoundType",
"tags": [],
"label": "showTitle",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/cases/public/components/all_cases/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.AllCasesProps.userCanCrud",
"type": "boolean",
"tags": [],
"label": "userCanCrud",
"description": [],
"path": "x-pack/plugins/cases/public/components/all_cases/index.tsx",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-public.AllCasesSelectorModalProps",
"type": "Interface",
"tags": [],
"label": "AllCasesSelectorModalProps",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.AllCasesSelectorModalProps",
"text": "AllCasesSelectorModalProps"
},
" extends ",
"Owner"
],
"path": "x-pack/plugins/cases/public/components/all_cases/selector_modal/index.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.AllCasesSelectorModalProps.alertData",
"type": "Object",
"tags": [],
"label": "alertData",
"description": [],
"signature": [
"Pick<{ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; }, \"index\" | \"rule\" | \"alertId\" | \"owner\"> | undefined"
],
"path": "x-pack/plugins/cases/public/components/all_cases/selector_modal/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.AllCasesSelectorModalProps.createCaseNavigation",
"type": "Object",
"tags": [],
"label": "createCaseNavigation",
"description": [],
"signature": [
"CasesNavigation",
"<MouseEvent | React.MouseEvent<Element, MouseEvent> | null, null>"
],
"path": "x-pack/plugins/cases/public/components/all_cases/selector_modal/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.AllCasesSelectorModalProps.hiddenStatuses",
"type": "Array",
"tags": [],
"label": "hiddenStatuses",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatusWithAllStatus",
"text": "CaseStatusWithAllStatus"
},
"[] | undefined"
],
"path": "x-pack/plugins/cases/public/components/all_cases/selector_modal/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.AllCasesSelectorModalProps.onRowClick",
"type": "Function",
"tags": [],
"label": "onRowClick",
"description": [],
"signature": [
"(theCase?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
},
" | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.SubCase",
"text": "SubCase"
},
" | undefined) => void"
],
"path": "x-pack/plugins/cases/public/components/all_cases/selector_modal/index.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.AllCasesSelectorModalProps.onRowClick.$1",
"type": "CompoundType",
"tags": [],
"label": "theCase",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
},
" | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.SubCase",
"text": "SubCase"
},
" | undefined"
],
"path": "x-pack/plugins/cases/public/components/all_cases/selector_modal/index.tsx",
"deprecated": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "cases",
"id": "def-public.AllCasesSelectorModalProps.updateCase",
"type": "Function",
"tags": [],
"label": "updateCase",
"description": [],
"signature": [
"((newCase: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
},
") => void) | undefined"
],
"path": "x-pack/plugins/cases/public/components/all_cases/selector_modal/index.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.AllCasesSelectorModalProps.updateCase.$1",
"type": "Object",
"tags": [],
"label": "newCase",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
}
],
"path": "x-pack/plugins/cases/public/components/all_cases/selector_modal/index.tsx",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "cases",
"id": "def-public.AllCasesSelectorModalProps.userCanCrud",
"type": "boolean",
"tags": [],
"label": "userCanCrud",
"description": [],
"path": "x-pack/plugins/cases/public/components/all_cases/selector_modal/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.AllCasesSelectorModalProps.onClose",
"type": "Function",
"tags": [],
"label": "onClose",
"description": [],
"signature": [
"(() => void) | undefined"
],
"path": "x-pack/plugins/cases/public/components/all_cases/selector_modal/index.tsx",
"deprecated": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-public.CaseViewProps",
"type": "Interface",
"tags": [],
"label": "CaseViewProps",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.CaseViewProps",
"text": "CaseViewProps"
},
" extends ",
"CaseViewComponentProps"
],
"path": "x-pack/plugins/cases/public/components/case_view/index.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CaseViewProps.onCaseDataSuccess",
"type": "Function",
"tags": [],
"label": "onCaseDataSuccess",
"description": [],
"signature": [
"((data: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
},
") => void) | undefined"
],
"path": "x-pack/plugins/cases/public/components/case_view/index.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CaseViewProps.onCaseDataSuccess.$1",
"type": "Object",
"tags": [],
"label": "data",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
}
],
"path": "x-pack/plugins/cases/public/components/case_view/index.tsx",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "cases",
"id": "def-public.CaseViewProps.timelineIntegration",
"type": "Object",
"tags": [],
"label": "timelineIntegration",
"description": [],
"signature": [
"CasesTimelineIntegration",
" | undefined"
],
"path": "x-pack/plugins/cases/public/components/case_view/index.tsx",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-public.ConfigureCasesProps",
"type": "Interface",
"tags": [],
"label": "ConfigureCasesProps",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.ConfigureCasesProps",
"text": "ConfigureCasesProps"
},
" extends ",
"Owner"
],
"path": "x-pack/plugins/cases/public/components/configure_cases/index.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.ConfigureCasesProps.userCanCrud",
"type": "boolean",
"tags": [],
"label": "userCanCrud",
"description": [],
"path": "x-pack/plugins/cases/public/components/configure_cases/index.tsx",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-public.CreateCaseProps",
"type": "Interface",
"tags": [],
"label": "CreateCaseProps",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.CreateCaseProps",
"text": "CreateCaseProps"
},
" extends ",
"Owner"
],
"path": "x-pack/plugins/cases/public/components/create/index.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CreateCaseProps.afterCaseCreated",
"type": "Function",
"tags": [],
"label": "afterCaseCreated",
"description": [],
"signature": [
"((theCase: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
},
", postComment: (args: PostComment) => Promise<void>) => Promise<void>) | undefined"
],
"path": "x-pack/plugins/cases/public/components/create/index.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CreateCaseProps.afterCaseCreated.$1",
"type": "Object",
"tags": [],
"label": "theCase",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
}
],
"path": "x-pack/plugins/cases/public/components/create/index.tsx",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "cases",
"id": "def-public.CreateCaseProps.afterCaseCreated.$2",
"type": "Function",
"tags": [],
"label": "postComment",
"description": [],
"signature": [
"(args: PostComment) => Promise<void>"
],
"path": "x-pack/plugins/cases/public/components/create/index.tsx",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "cases",
"id": "def-public.CreateCaseProps.caseType",
"type": "CompoundType",
"tags": [],
"label": "caseType",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
" | undefined"
],
"path": "x-pack/plugins/cases/public/components/create/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.CreateCaseProps.disableAlerts",
"type": "CompoundType",
"tags": [],
"label": "disableAlerts",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/cases/public/components/create/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.CreateCaseProps.hideConnectorServiceNowSir",
"type": "CompoundType",
"tags": [],
"label": "hideConnectorServiceNowSir",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/cases/public/components/create/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.CreateCaseProps.onCancel",
"type": "Function",
"tags": [],
"label": "onCancel",
"description": [],
"signature": [
"() => void"
],
"path": "x-pack/plugins/cases/public/components/create/index.tsx",
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "cases",
"id": "def-public.CreateCaseProps.onSuccess",
"type": "Function",
"tags": [],
"label": "onSuccess",
"description": [],
"signature": [
"(theCase: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
},
") => Promise<void>"
],
"path": "x-pack/plugins/cases/public/components/create/index.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CreateCaseProps.onSuccess.$1",
"type": "Object",
"tags": [],
"label": "theCase",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
}
],
"path": "x-pack/plugins/cases/public/components/create/index.tsx",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "cases",
"id": "def-public.CreateCaseProps.timelineIntegration",
"type": "Object",
"tags": [],
"label": "timelineIntegration",
"description": [],
"signature": [
"CasesTimelineIntegration",
" | undefined"
],
"path": "x-pack/plugins/cases/public/components/create/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.CreateCaseProps.withSteps",
"type": "CompoundType",
"tags": [],
"label": "withSteps",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/cases/public/components/create/index.tsx",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-public.RecentCasesProps",
"type": "Interface",
"tags": [],
"label": "RecentCasesProps",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.RecentCasesProps",
"text": "RecentCasesProps"
},
" extends ",
"Owner"
],
"path": "x-pack/plugins/cases/public/components/recent_cases/index.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.RecentCasesProps.allCasesNavigation",
"type": "Object",
"tags": [],
"label": "allCasesNavigation",
"description": [],
"signature": [
"CasesNavigation",
"<MouseEvent | React.MouseEvent<Element, MouseEvent> | null, null>"
],
"path": "x-pack/plugins/cases/public/components/recent_cases/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.RecentCasesProps.caseDetailsNavigation",
"type": "Object",
"tags": [],
"label": "caseDetailsNavigation",
"description": [],
"signature": [
"CasesNavigation",
"<",
"CaseDetailsHrefSchema",
", \"configurable\">"
],
"path": "x-pack/plugins/cases/public/components/recent_cases/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.RecentCasesProps.createCaseNavigation",
"type": "Object",
"tags": [],
"label": "createCaseNavigation",
"description": [],
"signature": [
"CasesNavigation",
"<MouseEvent | React.MouseEvent<Element, MouseEvent> | null, null>"
],
"path": "x-pack/plugins/cases/public/components/recent_cases/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.RecentCasesProps.hasWritePermissions",
"type": "boolean",
"tags": [],
"label": "hasWritePermissions",
"description": [],
"path": "x-pack/plugins/cases/public/components/recent_cases/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.RecentCasesProps.maxCasesToShow",
"type": "number",
"tags": [],
"label": "maxCasesToShow",
"description": [],
"path": "x-pack/plugins/cases/public/components/recent_cases/index.tsx",
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"objects": [],
"start": {
"parentPluginId": "cases",
"id": "def-public.CasesUiStart",
"type": "Interface",
"tags": [],
"label": "CasesUiStart",
"description": [],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CasesUiStart.getAllCases",
"type": "Function",
"tags": [],
"label": "getAllCases",
"description": [
"\nGet the all cases table"
],
"signature": [
"(props: ",
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.AllCasesProps",
"text": "AllCasesProps"
},
") => React.ReactElement<",
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.AllCasesProps",
"text": "AllCasesProps"
},
">"
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CasesUiStart.getAllCases.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [
"AllCasesProps"
],
"signature": [
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.AllCasesProps",
"text": "AllCasesProps"
}
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [
"A react component that displays all cases"
]
},
{
"parentPluginId": "cases",
"id": "def-public.CasesUiStart.getAllCasesSelectorModal",
"type": "Function",
"tags": [],
"label": "getAllCasesSelectorModal",
"description": [
"\nuse Modal hook for all cases selector"
],
"signature": [
"(props: ",
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.AllCasesSelectorModalProps",
"text": "AllCasesSelectorModalProps"
},
") => React.ReactElement<",
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.AllCasesSelectorModalProps",
"text": "AllCasesSelectorModalProps"
},
">"
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CasesUiStart.getAllCasesSelectorModal.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [
"UseAllCasesSelectorModalProps"
],
"signature": [
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.AllCasesSelectorModalProps",
"text": "AllCasesSelectorModalProps"
}
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [
"A react component that is a modal for selecting a case"
]
},
{
"parentPluginId": "cases",
"id": "def-public.CasesUiStart.getCaseView",
"type": "Function",
"tags": [],
"label": "getCaseView",
"description": [
"\nGet the case view component"
],
"signature": [
"(props: ",
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.CaseViewProps",
"text": "CaseViewProps"
},
") => React.ReactElement<",
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.CaseViewProps",
"text": "CaseViewProps"
},
">"
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CasesUiStart.getCaseView.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [
"CaseViewProps"
],
"signature": [
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.CaseViewProps",
"text": "CaseViewProps"
}
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [
"A react component for viewing a specific case"
]
},
{
"parentPluginId": "cases",
"id": "def-public.CasesUiStart.getConfigureCases",
"type": "Function",
"tags": [],
"label": "getConfigureCases",
"description": [
"\nGet the configure case component"
],
"signature": [
"(props: ",
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.ConfigureCasesProps",
"text": "ConfigureCasesProps"
},
") => React.ReactElement<",
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.ConfigureCasesProps",
"text": "ConfigureCasesProps"
},
">"
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CasesUiStart.getConfigureCases.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [
"ConfigureCasesProps"
],
"signature": [
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.ConfigureCasesProps",
"text": "ConfigureCasesProps"
}
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [
"A react component for configuring a specific case"
]
},
{
"parentPluginId": "cases",
"id": "def-public.CasesUiStart.getCreateCase",
"type": "Function",
"tags": [],
"label": "getCreateCase",
"description": [
"\nGet the create case form"
],
"signature": [
"(props: ",
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.CreateCaseProps",
"text": "CreateCaseProps"
},
") => React.ReactElement<",
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.CreateCaseProps",
"text": "CreateCaseProps"
},
">"
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CasesUiStart.getCreateCase.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [
"CreateCaseProps"
],
"signature": [
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.CreateCaseProps",
"text": "CreateCaseProps"
}
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [
"A react component for creating a new case"
]
},
{
"parentPluginId": "cases",
"id": "def-public.CasesUiStart.getRecentCases",
"type": "Function",
"tags": [],
"label": "getRecentCases",
"description": [
"\nGet the recent cases component"
],
"signature": [
"(props: ",
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.RecentCasesProps",
"text": "RecentCasesProps"
},
") => React.ReactElement<",
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.RecentCasesProps",
"text": "RecentCasesProps"
},
">"
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-public.CasesUiStart.getRecentCases.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [
"RecentCasesProps"
],
"signature": [
{
"pluginId": "cases",
"scope": "public",
"docId": "kibCasesPluginApi",
"section": "def-public.RecentCasesProps",
"text": "RecentCasesProps"
}
],
"path": "x-pack/plugins/cases/public/types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [
"A react component for showing recent cases"
]
}
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [
{
"parentPluginId": "cases",
"id": "def-server.CasesClient",
"type": "Class",
"tags": [],
"label": "CasesClient",
"description": [
"\nClient wrapper that contains accessor methods for individual entities within the cases system."
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-server.CasesClient.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-server.CasesClient.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "args",
"description": [],
"signature": [
"CasesClientArgs"
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "cases",
"id": "def-server.CasesClient.cases",
"type": "Object",
"tags": [],
"label": "cases",
"description": [
"\nRetrieves an interface for interacting with cases entities."
],
"signature": [
"CasesSubClient"
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-server.CasesClient.attachments",
"type": "Object",
"tags": [],
"label": "attachments",
"description": [
"\nRetrieves an interface for interacting with attachments (comments) entities."
],
"signature": [
"AttachmentsSubClient"
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-server.CasesClient.userActions",
"type": "Object",
"tags": [],
"label": "userActions",
"description": [
"\nRetrieves an interface for interacting with the user actions associated with the plugin entities."
],
"signature": [
"UserActionsSubClient"
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-server.CasesClient.subCases",
"type": "Object",
"tags": [],
"label": "subCases",
"description": [
"\nRetrieves an interface for interacting with the case as a connector entities.\n\nCurrently this functionality is disabled and will throw an error if this function is called."
],
"signature": [
"SubCasesClient"
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-server.CasesClient.configure",
"type": "Object",
"tags": [],
"label": "configure",
"description": [
"\nRetrieves an interface for interacting with the configuration of external connectors for the plugin entities."
],
"signature": [
"ConfigureSubClient"
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-server.CasesClient.stats",
"type": "Object",
"tags": [],
"label": "stats",
"description": [
"\nRetrieves an interface for retrieving statistics related to the cases entities."
],
"signature": [
"StatsSubClient"
],
"path": "x-pack/plugins/cases/server/client/client.ts",
"deprecated": false
}
],
"initialIsOpen": false
}
],
"functions": [],
"interfaces": [
{
"parentPluginId": "cases",
"id": "def-server.PluginStartContract",
"type": "Interface",
"tags": [],
"label": "PluginStartContract",
"description": [
"\nCases server exposed contract for interacting with cases entities."
],
"path": "x-pack/plugins/cases/server/plugin.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-server.PluginStartContract.getCasesClientWithRequest",
"type": "Function",
"tags": [],
"label": "getCasesClientWithRequest",
"description": [
"\nReturns a client which can be used to interact with the cases backend entities.\n"
],
"signature": [
"(request: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => Promise<",
{
"pluginId": "cases",
"scope": "server",
"docId": "kibCasesPluginApi",
"section": "def-server.CasesClient",
"text": "CasesClient"
},
">"
],
"path": "x-pack/plugins/cases/server/plugin.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-server.PluginStartContract.getCasesClientWithRequest.$1",
"type": "Object",
"tags": [],
"label": "request",
"description": [
"a KibanaRequest"
],
"signature": [
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"
],
"path": "x-pack/plugins/cases/server/plugin.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [
"a {@link CasesClient}"
]
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [
{
"parentPluginId": "cases",
"id": "def-common.createPlainError",
"type": "Function",
"tags": [],
"label": "createPlainError",
"description": [],
"signature": [
"(message: string) => Error"
],
"path": "x-pack/plugins/cases/common/api/runtime_types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.createPlainError.$1",
"type": "string",
"tags": [],
"label": "message",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/runtime_types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.decodeOrThrow",
"type": "Function",
"tags": [],
"label": "decodeOrThrow",
"description": [],
"signature": [
"<A, O, I>(runtimeType: ",
"Type",
"<A, O, I>, createError?: ErrorFactory) => (inputValue: I) => A"
],
"path": "x-pack/plugins/cases/common/api/runtime_types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.decodeOrThrow.$1",
"type": "Object",
"tags": [],
"label": "runtimeType",
"description": [],
"signature": [
"Type",
"<A, O, I>"
],
"path": "x-pack/plugins/cases/common/api/runtime_types.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "cases",
"id": "def-common.decodeOrThrow.$2",
"type": "Function",
"tags": [],
"label": "createError",
"description": [],
"signature": [
"ErrorFactory"
],
"path": "x-pack/plugins/cases/common/api/runtime_types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.excess",
"type": "Function",
"tags": [],
"label": "excess",
"description": [],
"signature": [
"(codec: C) => C"
],
"path": "x-pack/plugins/cases/common/api/runtime_types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.excess.$1",
"type": "Uncategorized",
"tags": [],
"label": "codec",
"description": [],
"signature": [
"C"
],
"path": "x-pack/plugins/cases/common/api/runtime_types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.formatErrors",
"type": "Function",
"tags": [
"deprecated"
],
"label": "formatErrors",
"description": [],
"signature": [
"(errors: ",
"Errors",
") => string[]"
],
"path": "x-pack/plugins/cases/common/api/runtime_types.ts",
"deprecated": true,
"references": [],
"children": [
{
"parentPluginId": "cases",
"id": "def-common.formatErrors.$1",
"type": "Object",
"tags": [],
"label": "errors",
"description": [],
"signature": [
"Errors"
],
"path": "x-pack/plugins/cases/common/api/runtime_types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.getAllConnectorsUrl",
"type": "Function",
"tags": [],
"label": "getAllConnectorsUrl",
"description": [
"\n"
],
"signature": [
"() => string"
],
"path": "x-pack/plugins/cases/common/utils/connectors_api.ts",
"deprecated": false,
"children": [],
"returnComment": [
"All connectors endpoint"
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.getAllConnectorTypesUrl",
"type": "Function",
"tags": [],
"label": "getAllConnectorTypesUrl",
"description": [
"\n"
],
"signature": [
"() => string"
],
"path": "x-pack/plugins/cases/common/utils/connectors_api.ts",
"deprecated": false,
"children": [],
"returnComment": [
"Connector types endpoint"
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.getCaseCommentDetailsUrl",
"type": "Function",
"tags": [],
"label": "getCaseCommentDetailsUrl",
"description": [],
"signature": [
"(caseId: string, commentId: string) => string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.getCaseCommentDetailsUrl.$1",
"type": "string",
"tags": [],
"label": "caseId",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "cases",
"id": "def-common.getCaseCommentDetailsUrl.$2",
"type": "string",
"tags": [],
"label": "commentId",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.getCaseCommentsUrl",
"type": "Function",
"tags": [],
"label": "getCaseCommentsUrl",
"description": [],
"signature": [
"(id: string) => string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.getCaseCommentsUrl.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.getCaseConfigurationDetailsUrl",
"type": "Function",
"tags": [],
"label": "getCaseConfigurationDetailsUrl",
"description": [],
"signature": [
"(configureID: string) => string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.getCaseConfigurationDetailsUrl.$1",
"type": "string",
"tags": [],
"label": "configureID",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.getCaseDetailsUrl",
"type": "Function",
"tags": [],
"label": "getCaseDetailsUrl",
"description": [],
"signature": [
"(id: string) => string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.getCaseDetailsUrl.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.getCasePushUrl",
"type": "Function",
"tags": [],
"label": "getCasePushUrl",
"description": [],
"signature": [
"(caseId: string, connectorId: string) => string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.getCasePushUrl.$1",
"type": "string",
"tags": [],
"label": "caseId",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "cases",
"id": "def-common.getCasePushUrl.$2",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.getCasesFromAlertsUrl",
"type": "Function",
"tags": [],
"label": "getCasesFromAlertsUrl",
"description": [],
"signature": [
"(alertId: string) => string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.getCasesFromAlertsUrl.$1",
"type": "string",
"tags": [],
"label": "alertId",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.getCaseUserActionUrl",
"type": "Function",
"tags": [],
"label": "getCaseUserActionUrl",
"description": [],
"signature": [
"(id: string) => string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.getCaseUserActionUrl.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.getCreateConnectorUrl",
"type": "Function",
"tags": [],
"label": "getCreateConnectorUrl",
"description": [
"\n"
],
"signature": [
"() => string"
],
"path": "x-pack/plugins/cases/common/utils/connectors_api.ts",
"deprecated": false,
"children": [],
"returnComment": [
"Create connector endpoint"
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.getExecuteConnectorUrl",
"type": "Function",
"tags": [],
"label": "getExecuteConnectorUrl",
"description": [
"\n"
],
"signature": [
"(connectorId: string) => string"
],
"path": "x-pack/plugins/cases/common/utils/connectors_api.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.getExecuteConnectorUrl.$1",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/utils/connectors_api.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [
"Execute connector endpoint"
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.getSubCaseDetailsUrl",
"type": "Function",
"tags": [],
"label": "getSubCaseDetailsUrl",
"description": [],
"signature": [
"(caseID: string, subCaseId: string) => string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.getSubCaseDetailsUrl.$1",
"type": "string",
"tags": [],
"label": "caseID",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "cases",
"id": "def-common.getSubCaseDetailsUrl.$2",
"type": "string",
"tags": [],
"label": "subCaseId",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.getSubCasesUrl",
"type": "Function",
"tags": [],
"label": "getSubCasesUrl",
"description": [],
"signature": [
"(caseID: string) => string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.getSubCasesUrl.$1",
"type": "string",
"tags": [],
"label": "caseID",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.getSubCaseUserActionUrl",
"type": "Function",
"tags": [],
"label": "getSubCaseUserActionUrl",
"description": [],
"signature": [
"(caseID: string, subCaseId: string) => string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.getSubCaseUserActionUrl.$1",
"type": "string",
"tags": [],
"label": "caseID",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "cases",
"id": "def-common.getSubCaseUserActionUrl.$2",
"type": "string",
"tags": [],
"label": "subCaseId",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/helpers.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.isCreateConnector",
"type": "Function",
"tags": [],
"label": "isCreateConnector",
"description": [],
"signature": [
"(action: string | undefined, actionFields: string[] | undefined) => boolean"
],
"path": "x-pack/plugins/cases/common/utils/user_actions.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.isCreateConnector.$1",
"type": "string",
"tags": [],
"label": "action",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/cases/common/utils/user_actions.ts",
"deprecated": false,
"isRequired": false
},
{
"parentPluginId": "cases",
"id": "def-common.isCreateConnector.$2",
"type": "Array",
"tags": [],
"label": "actionFields",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/utils/user_actions.ts",
"deprecated": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.isPush",
"type": "Function",
"tags": [],
"label": "isPush",
"description": [],
"signature": [
"(action: string | undefined, actionFields: string[] | undefined) => boolean"
],
"path": "x-pack/plugins/cases/common/utils/user_actions.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.isPush.$1",
"type": "string",
"tags": [],
"label": "action",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/cases/common/utils/user_actions.ts",
"deprecated": false,
"isRequired": false
},
{
"parentPluginId": "cases",
"id": "def-common.isPush.$2",
"type": "Array",
"tags": [],
"label": "actionFields",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/utils/user_actions.ts",
"deprecated": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.isUpdateConnector",
"type": "Function",
"tags": [],
"label": "isUpdateConnector",
"description": [],
"signature": [
"(action: string | undefined, actionFields: string[] | undefined) => boolean"
],
"path": "x-pack/plugins/cases/common/utils/user_actions.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.isUpdateConnector.$1",
"type": "string",
"tags": [],
"label": "action",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/cases/common/utils/user_actions.ts",
"deprecated": false,
"isRequired": false
},
{
"parentPluginId": "cases",
"id": "def-common.isUpdateConnector.$2",
"type": "Array",
"tags": [],
"label": "actionFields",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/utils/user_actions.ts",
"deprecated": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.throwErrors",
"type": "Function",
"tags": [],
"label": "throwErrors",
"description": [],
"signature": [
"(createError: ErrorFactory) => (errors: ",
"Errors",
") => never"
],
"path": "x-pack/plugins/cases/common/api/runtime_types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.throwErrors.$1",
"type": "Function",
"tags": [],
"label": "createError",
"description": [],
"signature": [
"ErrorFactory"
],
"path": "x-pack/plugins/cases/common/api/runtime_types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "cases",
"id": "def-common.ActionLicense",
"type": "Interface",
"tags": [],
"label": "ActionLicense",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.ActionLicense.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.ActionLicense.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.ActionLicense.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.ActionLicense.enabledInConfig",
"type": "boolean",
"tags": [],
"label": "enabledInConfig",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.ActionLicense.enabledInLicense",
"type": "boolean",
"tags": [],
"label": "enabledInLicense",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.AllCases",
"type": "Interface",
"tags": [],
"label": "AllCases",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AllCases",
"text": "AllCases"
},
" extends ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CasesStatus",
"text": "CasesStatus"
}
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.AllCases.cases",
"type": "Array",
"tags": [],
"label": "cases",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
},
"[]"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.AllCases.page",
"type": "number",
"tags": [],
"label": "page",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.AllCases.perPage",
"type": "number",
"tags": [],
"label": "perPage",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.AllCases.total",
"type": "number",
"tags": [],
"label": "total",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ApiProps",
"type": "Interface",
"tags": [],
"label": "ApiProps",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.ApiProps.signal",
"type": "Object",
"tags": [],
"label": "signal",
"description": [],
"signature": [
"AbortSignal"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.BulkUpdateStatus",
"type": "Interface",
"tags": [],
"label": "BulkUpdateStatus",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.BulkUpdateStatus.status",
"type": "string",
"tags": [],
"label": "status",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.BulkUpdateStatus.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.BulkUpdateStatus.version",
"type": "string",
"tags": [],
"label": "version",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.Case",
"type": "Interface",
"tags": [],
"label": "Case",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
},
" extends BasicCase"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.Case.connector",
"type": "CompoundType",
"tags": [],
"label": "connector",
"description": [],
"signature": [
"({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; })"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.Case.description",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.Case.externalService",
"type": "CompoundType",
"tags": [],
"label": "externalService",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseExternalService",
"text": "CaseExternalService"
},
" | null"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.Case.subCases",
"type": "CompoundType",
"tags": [],
"label": "subCases",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.SubCase",
"text": "SubCase"
},
"[] | null | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.Case.subCaseIds",
"type": "Array",
"tags": [],
"label": "subCaseIds",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.Case.settings",
"type": "Object",
"tags": [],
"label": "settings",
"description": [],
"signature": [
"{ syncAlerts: boolean; }"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.Case.tags",
"type": "Array",
"tags": [],
"label": "tags",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.Case.type",
"type": "Enum",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
}
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseExternalService",
"type": "Interface",
"tags": [],
"label": "CaseExternalService",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.CaseExternalService.pushedAt",
"type": "string",
"tags": [],
"label": "pushedAt",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseExternalService.pushedBy",
"type": "Object",
"tags": [],
"label": "pushedBy",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ElasticUser",
"text": "ElasticUser"
}
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseExternalService.connectorId",
"type": "string",
"tags": [],
"label": "connectorId",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseExternalService.connectorName",
"type": "string",
"tags": [],
"label": "connectorName",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseExternalService.externalId",
"type": "string",
"tags": [],
"label": "externalId",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseExternalService.externalTitle",
"type": "string",
"tags": [],
"label": "externalTitle",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseExternalService.externalUrl",
"type": "string",
"tags": [],
"label": "externalUrl",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesStatus",
"type": "Interface",
"tags": [],
"label": "CasesStatus",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.CasesStatus.countClosedCases",
"type": "CompoundType",
"tags": [],
"label": "countClosedCases",
"description": [],
"signature": [
"number | null"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesStatus.countOpenCases",
"type": "CompoundType",
"tags": [],
"label": "countOpenCases",
"description": [],
"signature": [
"number | null"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesStatus.countInProgressCases",
"type": "CompoundType",
"tags": [],
"label": "countInProgressCases",
"description": [],
"signature": [
"number | null"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesUiConfigType",
"type": "Interface",
"tags": [],
"label": "CasesUiConfigType",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.CasesUiConfigType.markdownPlugins",
"type": "Object",
"tags": [],
"label": "markdownPlugins",
"description": [],
"signature": [
"{ lens: boolean; }"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActions",
"type": "Interface",
"tags": [],
"label": "CaseUserActions",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActions.actionId",
"type": "string",
"tags": [],
"label": "actionId",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActions.actionField",
"type": "Array",
"tags": [],
"label": "actionField",
"description": [],
"signature": [
"(\"status\" | \"title\" | \"description\" | \"tags\" | \"comment\" | \"settings\" | \"owner\" | \"connector\" | \"pushed\" | \"sub_case\")[]"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActions.action",
"type": "CompoundType",
"tags": [],
"label": "action",
"description": [],
"signature": [
"\"add\" | \"create\" | \"delete\" | \"update\" | \"push-to-service\""
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActions.actionAt",
"type": "string",
"tags": [],
"label": "actionAt",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActions.actionBy",
"type": "Object",
"tags": [],
"label": "actionBy",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ElasticUser",
"text": "ElasticUser"
}
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActions.caseId",
"type": "string",
"tags": [],
"label": "caseId",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActions.commentId",
"type": "CompoundType",
"tags": [],
"label": "commentId",
"description": [],
"signature": [
"string | null"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActions.newValue",
"type": "CompoundType",
"tags": [],
"label": "newValue",
"description": [],
"signature": [
"string | null"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActions.newValConnectorId",
"type": "CompoundType",
"tags": [],
"label": "newValConnectorId",
"description": [],
"signature": [
"string | null"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActions.oldValue",
"type": "CompoundType",
"tags": [],
"label": "oldValue",
"description": [],
"signature": [
"string | null"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActions.oldValConnectorId",
"type": "CompoundType",
"tags": [],
"label": "oldValConnectorId",
"description": [],
"signature": [
"string | null"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.DeleteCase",
"type": "Interface",
"tags": [],
"label": "DeleteCase",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.DeleteCase.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.DeleteCase.type",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
" | null"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.DeleteCase.title",
"type": "string",
"tags": [],
"label": "title",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.Ecs",
"type": "Interface",
"tags": [],
"label": "Ecs",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.Ecs._id",
"type": "string",
"tags": [],
"label": "_id",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.Ecs._index",
"type": "string",
"tags": [],
"label": "_index",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.Ecs.signal",
"type": "Object",
"tags": [],
"label": "signal",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.SignalEcs",
"text": "SignalEcs"
},
" | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ElasticUser",
"type": "Interface",
"tags": [],
"label": "ElasticUser",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.ElasticUser.email",
"type": "CompoundType",
"tags": [],
"label": "email",
"description": [],
"signature": [
"string | null | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.ElasticUser.fullName",
"type": "CompoundType",
"tags": [],
"label": "fullName",
"description": [],
"signature": [
"string | null | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.ElasticUser.username",
"type": "CompoundType",
"tags": [],
"label": "username",
"description": [],
"signature": [
"string | null | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.FetchCasesProps",
"type": "Interface",
"tags": [],
"label": "FetchCasesProps",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.FetchCasesProps",
"text": "FetchCasesProps"
},
" extends ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ApiProps",
"text": "ApiProps"
}
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.FetchCasesProps.queryParams",
"type": "Object",
"tags": [],
"label": "queryParams",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.QueryParams",
"text": "QueryParams"
},
" | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.FetchCasesProps.filterOptions",
"type": "CompoundType",
"tags": [],
"label": "filterOptions",
"description": [],
"signature": [
"(",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.FilterOptions",
"text": "FilterOptions"
},
" & { owner: string[]; }) | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.FieldMappings",
"type": "Interface",
"tags": [],
"label": "FieldMappings",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.FieldMappings.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.FieldMappings.title",
"type": "string",
"tags": [],
"label": "title",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.FilterOptions",
"type": "Interface",
"tags": [],
"label": "FilterOptions",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.FilterOptions.search",
"type": "string",
"tags": [],
"label": "search",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.FilterOptions.status",
"type": "CompoundType",
"tags": [],
"label": "status",
"description": [],
"signature": [
"\"all\" | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
}
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.FilterOptions.tags",
"type": "Array",
"tags": [],
"label": "tags",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.FilterOptions.reporters",
"type": "Array",
"tags": [],
"label": "reporters",
"description": [],
"signature": [
"{ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }[]"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.FilterOptions.onlyCollectionType",
"type": "CompoundType",
"tags": [],
"label": "onlyCollectionType",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.QueryParams",
"type": "Interface",
"tags": [],
"label": "QueryParams",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.QueryParams.page",
"type": "number",
"tags": [],
"label": "page",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.QueryParams.perPage",
"type": "number",
"tags": [],
"label": "perPage",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.QueryParams.sortField",
"type": "Enum",
"tags": [],
"label": "sortField",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.SortFieldCase",
"text": "SortFieldCase"
}
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.QueryParams.sortOrder",
"type": "CompoundType",
"tags": [],
"label": "sortOrder",
"description": [],
"signature": [
"\"asc\" | \"desc\""
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ResolvedCase",
"type": "Interface",
"tags": [],
"label": "ResolvedCase",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.ResolvedCase.case",
"type": "Object",
"tags": [],
"label": "case",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
}
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.ResolvedCase.outcome",
"type": "CompoundType",
"tags": [],
"label": "outcome",
"description": [],
"signature": [
"\"conflict\" | \"exactMatch\" | \"aliasMatch\""
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.ResolvedCase.aliasTargetId",
"type": "string",
"tags": [],
"label": "aliasTargetId",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs",
"type": "Interface",
"tags": [],
"label": "RuleEcs",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.id",
"type": "Array",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.rule_id",
"type": "Array",
"tags": [],
"label": "rule_id",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.name",
"type": "Array",
"tags": [],
"label": "name",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.false_positives",
"type": "Array",
"tags": [],
"label": "false_positives",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.saved_id",
"type": "Array",
"tags": [],
"label": "saved_id",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.timeline_id",
"type": "Array",
"tags": [],
"label": "timeline_id",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.timeline_title",
"type": "Array",
"tags": [],
"label": "timeline_title",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.max_signals",
"type": "Array",
"tags": [],
"label": "max_signals",
"description": [],
"signature": [
"number[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.risk_score",
"type": "Array",
"tags": [],
"label": "risk_score",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.output_index",
"type": "Array",
"tags": [],
"label": "output_index",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.description",
"type": "Array",
"tags": [],
"label": "description",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.from",
"type": "Array",
"tags": [],
"label": "from",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.immutable",
"type": "Array",
"tags": [],
"label": "immutable",
"description": [],
"signature": [
"boolean[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.index",
"type": "Array",
"tags": [],
"label": "index",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.interval",
"type": "Array",
"tags": [],
"label": "interval",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.language",
"type": "Array",
"tags": [],
"label": "language",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.query",
"type": "Array",
"tags": [],
"label": "query",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.references",
"type": "Array",
"tags": [],
"label": "references",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.severity",
"type": "Array",
"tags": [],
"label": "severity",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.tags",
"type": "Array",
"tags": [],
"label": "tags",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.threat",
"type": "Unknown",
"tags": [],
"label": "threat",
"description": [],
"signature": [
"unknown"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.threshold",
"type": "Unknown",
"tags": [],
"label": "threshold",
"description": [],
"signature": [
"unknown"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.type",
"type": "Array",
"tags": [],
"label": "type",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.size",
"type": "Array",
"tags": [],
"label": "size",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.to",
"type": "Array",
"tags": [],
"label": "to",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.enabled",
"type": "Array",
"tags": [],
"label": "enabled",
"description": [],
"signature": [
"boolean[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.filters",
"type": "Unknown",
"tags": [],
"label": "filters",
"description": [],
"signature": [
"unknown"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.created_at",
"type": "Array",
"tags": [],
"label": "created_at",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.updated_at",
"type": "Array",
"tags": [],
"label": "updated_at",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.created_by",
"type": "Array",
"tags": [],
"label": "created_by",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.updated_by",
"type": "Array",
"tags": [],
"label": "updated_by",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.version",
"type": "Array",
"tags": [],
"label": "version",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.note",
"type": "Array",
"tags": [],
"label": "note",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.RuleEcs.building_block_type",
"type": "Array",
"tags": [],
"label": "building_block_type",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SignalEcs",
"type": "Interface",
"tags": [],
"label": "SignalEcs",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.SignalEcs.rule",
"type": "Object",
"tags": [],
"label": "rule",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.RuleEcs",
"text": "RuleEcs"
},
" | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.SignalEcs.original_time",
"type": "Array",
"tags": [],
"label": "original_time",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.SignalEcs.status",
"type": "Array",
"tags": [],
"label": "status",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.SignalEcs.group",
"type": "Object",
"tags": [],
"label": "group",
"description": [],
"signature": [
"{ id?: string[] | undefined; } | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.SignalEcs.threshold_result",
"type": "Unknown",
"tags": [],
"label": "threshold_result",
"description": [],
"signature": [
"unknown"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCase",
"type": "Interface",
"tags": [],
"label": "SubCase",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.SubCase",
"text": "SubCase"
},
" extends BasicCase"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.SubCase.associationType",
"type": "Enum",
"tags": [],
"label": "associationType",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
}
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCase.caseParentId",
"type": "string",
"tags": [],
"label": "caseParentId",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.UpdateByKey",
"type": "Interface",
"tags": [],
"label": "UpdateByKey",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.UpdateByKey.updateKey",
"type": "CompoundType",
"tags": [],
"label": "updateKey",
"description": [],
"signature": [
"\"status\" | \"title\" | \"description\" | \"tags\" | \"settings\" | \"connector\""
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.UpdateByKey.updateValue",
"type": "CompoundType",
"tags": [],
"label": "updateValue",
"description": [],
"signature": [
"string | string[] | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }) | { syncAlerts: boolean; } | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.UpdateByKey.fetchCaseUserActions",
"type": "Function",
"tags": [],
"label": "fetchCaseUserActions",
"description": [],
"signature": [
"((caseId: string, caseConnectorId: string, subCaseId?: string | undefined) => void) | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.UpdateByKey.fetchCaseUserActions.$1",
"type": "string",
"tags": [],
"label": "caseId",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "cases",
"id": "def-common.UpdateByKey.fetchCaseUserActions.$2",
"type": "string",
"tags": [],
"label": "caseConnectorId",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "cases",
"id": "def-common.UpdateByKey.fetchCaseUserActions.$3",
"type": "string",
"tags": [],
"label": "subCaseId",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "cases",
"id": "def-common.UpdateByKey.updateCase",
"type": "Function",
"tags": [],
"label": "updateCase",
"description": [],
"signature": [
"((newCase: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
},
") => void) | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.UpdateByKey.updateCase.$1",
"type": "Object",
"tags": [],
"label": "newCase",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
}
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "cases",
"id": "def-common.UpdateByKey.caseData",
"type": "Object",
"tags": [],
"label": "caseData",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.Case",
"text": "Case"
}
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.UpdateByKey.onSuccess",
"type": "Function",
"tags": [],
"label": "onSuccess",
"description": [],
"signature": [
"(() => void) | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "cases",
"id": "def-common.UpdateByKey.onError",
"type": "Function",
"tags": [],
"label": "onError",
"description": [],
"signature": [
"(() => void) | undefined"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"enums": [
{
"parentPluginId": "cases",
"id": "def-common.AssociationType",
"type": "Enum",
"tags": [],
"label": "AssociationType",
"description": [
"\nthis is used to differentiate between an alert attached to a top-level case and a group of alerts that should only\nbe attached to a sub case. The reason we need this is because an alert group comment will have references to both a case and\nsub case when it is created. For us to be able to filter out alert groups in a top-level case we need a field to\nuse as a filter."
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseStatuses",
"type": "Enum",
"tags": [],
"label": "CaseStatuses",
"description": [],
"path": "x-pack/plugins/cases/common/api/cases/status.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseType",
"type": "Enum",
"tags": [],
"label": "CaseType",
"description": [],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentType",
"type": "Enum",
"tags": [],
"label": "CommentType",
"description": [],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ConnectorTypes",
"type": "Enum",
"tags": [],
"label": "ConnectorTypes",
"description": [],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SortFieldCase",
"type": "Enum",
"tags": [],
"label": "SortFieldCase",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SwimlaneConnectorType",
"type": "Enum",
"tags": [],
"label": "SwimlaneConnectorType",
"description": [],
"path": "x-pack/plugins/cases/common/api/connectors/swimlane.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"misc": [
{
"parentPluginId": "cases",
"id": "def-common.ACTION_TYPES_URL",
"type": "string",
"tags": [],
"label": "ACTION_TYPES_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ACTION_URL",
"type": "string",
"tags": [],
"label": "ACTION_URL",
"description": [
"\nAction routes"
],
"signature": [
"\"/api/actions\""
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ActionConnector",
"type": "Type",
"tags": [],
"label": "ActionConnector",
"description": [],
"signature": [
{
"pluginId": "actions",
"scope": "common",
"docId": "kibActionsPluginApi",
"section": "def-common.ActionResult",
"text": "ActionResult"
}
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ActionType",
"type": "Type",
"tags": [],
"label": "ActionType",
"description": [],
"signature": [
"\"append\" | \"overwrite\" | \"nothing\""
],
"path": "x-pack/plugins/cases/common/api/connectors/mappings.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ActionTypeConnector",
"type": "Type",
"tags": [],
"label": "ActionTypeConnector",
"description": [],
"signature": [
{
"pluginId": "actions",
"scope": "common",
"docId": "kibActionsPluginApi",
"section": "def-common.ActionType",
"text": "ActionType"
}
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.AlertResponse",
"type": "Type",
"tags": [],
"label": "AlertResponse",
"description": [],
"signature": [
"{ id: string; index: string; attached_at: string; }[]"
],
"path": "x-pack/plugins/cases/common/api/cases/alerts.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.AllCommentsResponse",
"type": "Type",
"tags": [],
"label": "AllCommentsResponse",
"description": [],
"signature": [
"(({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[]"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.AllReportersFindRequest",
"type": "Type",
"tags": [],
"label": "AllReportersFindRequest",
"description": [],
"signature": [
"{ owner?: string | string[] | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.AllTagsFindRequest",
"type": "Type",
"tags": [],
"label": "AllTagsFindRequest",
"description": [],
"signature": [
"{ owner?: string | string[] | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.APP_ID",
"type": "string",
"tags": [],
"label": "APP_ID",
"description": [],
"signature": [
"\"cases\""
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.AttributesTypeActions",
"type": "Type",
"tags": [],
"label": "AttributesTypeActions",
"description": [],
"signature": [
"{ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; }"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.AttributesTypeAlerts",
"type": "Type",
"tags": [],
"label": "AttributesTypeAlerts",
"description": [],
"signature": [
"{ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; }"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.AttributesTypeUser",
"type": "Type",
"tags": [],
"label": "AttributesTypeUser",
"description": [],
"signature": [
"{ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; }"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_ALERTS_URL",
"type": "string",
"tags": [],
"label": "CASE_ALERTS_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_COMMENT_DETAILS_URL",
"type": "string",
"tags": [],
"label": "CASE_COMMENT_DETAILS_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_COMMENT_SAVED_OBJECT",
"type": "string",
"tags": [],
"label": "CASE_COMMENT_SAVED_OBJECT",
"description": [],
"signature": [
"\"cases-comments\""
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_COMMENTS_URL",
"type": "string",
"tags": [],
"label": "CASE_COMMENTS_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_CONFIGURE_CONNECTORS_URL",
"type": "string",
"tags": [],
"label": "CASE_CONFIGURE_CONNECTORS_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_CONFIGURE_DETAILS_URL",
"type": "string",
"tags": [],
"label": "CASE_CONFIGURE_DETAILS_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_CONFIGURE_SAVED_OBJECT",
"type": "string",
"tags": [],
"label": "CASE_CONFIGURE_SAVED_OBJECT",
"description": [],
"signature": [
"\"cases-configure\""
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_CONFIGURE_URL",
"type": "string",
"tags": [],
"label": "CASE_CONFIGURE_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_CONNECTOR_MAPPINGS_SAVED_OBJECT",
"type": "string",
"tags": [],
"label": "CASE_CONNECTOR_MAPPINGS_SAVED_OBJECT",
"description": [],
"signature": [
"\"cases-connector-mappings\""
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_DETAILS_ALERTS_URL",
"type": "string",
"tags": [],
"label": "CASE_DETAILS_ALERTS_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_DETAILS_URL",
"type": "string",
"tags": [],
"label": "CASE_DETAILS_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_PUSH_URL",
"type": "string",
"tags": [],
"label": "CASE_PUSH_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_REPORTERS_URL",
"type": "string",
"tags": [],
"label": "CASE_REPORTERS_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_SAVED_OBJECT",
"type": "string",
"tags": [],
"label": "CASE_SAVED_OBJECT",
"description": [],
"signature": [
"\"cases\""
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_STATUS_URL",
"type": "string",
"tags": [],
"label": "CASE_STATUS_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_TAGS_URL",
"type": "string",
"tags": [],
"label": "CASE_TAGS_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_USER_ACTION_SAVED_OBJECT",
"type": "string",
"tags": [],
"label": "CASE_USER_ACTION_SAVED_OBJECT",
"description": [],
"signature": [
"\"cases-user-actions\""
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASE_USER_ACTIONS_URL",
"type": "string",
"tags": [],
"label": "CASE_USER_ACTIONS_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseActionConnector",
"type": "Type",
"tags": [],
"label": "CaseActionConnector",
"description": [],
"signature": [
{
"pluginId": "actions",
"scope": "common",
"docId": "kibActionsPluginApi",
"section": "def-common.ActionResult",
"text": "ActionResult"
}
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseAttributes",
"type": "Type",
"tags": [],
"label": "CaseAttributes",
"description": [],
"signature": [
"{ description: string; status: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"; tags: string[]; title: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
"; connector: ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; external_service: ({ connector_id: string | null; } & { connector_name: string; external_id: string; external_title: string; external_url: string; pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; }) | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseConnector",
"type": "Type",
"tags": [],
"label": "CaseConnector",
"description": [],
"signature": [
"({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; })"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseField",
"type": "Type",
"tags": [],
"label": "CaseField",
"description": [],
"signature": [
"\"title\" | \"description\" | \"comments\""
],
"path": "x-pack/plugins/cases/common/api/connectors/mappings.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseFullExternalService",
"type": "Type",
"tags": [],
"label": "CaseFullExternalService",
"description": [],
"signature": [
"({ connector_id: string | null; } & { connector_name: string; external_id: string; external_title: string; external_url: string; pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; }) | null"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasePatchRequest",
"type": "Type",
"tags": [],
"label": "CasePatchRequest",
"description": [],
"signature": [
"{ description?: string | undefined; status?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
" | undefined; tags?: string[] | undefined; title?: string | undefined; type?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
" | undefined; connector?: ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }) | undefined; settings?: { syncAlerts: boolean; } | undefined; owner?: string | undefined; } & { id: string; version: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasePostRequest",
"type": "Type",
"tags": [],
"label": "CasePostRequest",
"description": [],
"signature": [
"{ type?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
" | undefined; } & { description: string; tags: string[]; title: string; connector: ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseResolveResponse",
"type": "Type",
"tags": [],
"label": "CaseResolveResponse",
"description": [],
"signature": [
"{ case: { description: string; status: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"; tags: string[]; title: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
"; connector: ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; external_service: ({ connector_id: string | null; } & { connector_name: string; external_id: string; external_title: string; external_url: string; pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; }) | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { subCaseIds?: string[] | undefined; subCases?: ({ status: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; owner: string; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { comments?: (({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[] | undefined; comments?: (({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; }; outcome: \"conflict\" | \"exactMatch\" | \"aliasMatch\"; } & { alias_target_id?: string | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseResponse",
"type": "Type",
"tags": [],
"label": "CaseResponse",
"description": [],
"signature": [
"{ description: string; status: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"; tags: string[]; title: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
"; connector: ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; external_service: ({ connector_id: string | null; } & { connector_name: string; external_id: string; external_title: string; external_url: string; pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; }) | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { subCaseIds?: string[] | undefined; subCases?: ({ status: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; owner: string; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { comments?: (({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[] | undefined; comments?: (({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CASES_URL",
"type": "string",
"tags": [],
"label": "CASES_URL",
"description": [
"\nCase routes"
],
"signature": [
"\"/api/cases\""
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesByAlertId",
"type": "Type",
"tags": [],
"label": "CasesByAlertId",
"description": [],
"signature": [
"{ id: string; title: string; }[]"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesByAlertIDRequest",
"type": "Type",
"tags": [],
"label": "CasesByAlertIDRequest",
"description": [],
"signature": [
"{ owner?: string | string[] | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesClientPostRequest",
"type": "Type",
"tags": [],
"label": "CasesClientPostRequest",
"description": [
"\nThis field differs from the CasePostRequest in that the post request's type field can be optional. This type requires\nthat the type field be defined. The CasePostRequest should be used in most places (the UI etc). This type is really\nonly necessary for validation."
],
"signature": [
"{ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
"; description: string; tags: string[]; title: string; connector: ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesConfigurationsResponse",
"type": "Type",
"tags": [],
"label": "CasesConfigurationsResponse",
"description": [],
"signature": [
"({ connector: ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); closure_type: \"close-by-user\" | \"close-by-pushing\"; } & { owner: string; } & { created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { mappings: { action_type: \"append\" | \"overwrite\" | \"nothing\"; source: \"title\" | \"description\" | \"comments\"; target: string; }[]; owner: string; } & { id: string; version: string; error: string | null; owner: string; })[]"
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesConfigure",
"type": "Type",
"tags": [],
"label": "CasesConfigure",
"description": [],
"signature": [
"{ connector: ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); closure_type: \"close-by-user\" | \"close-by-pushing\"; } & { owner: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesConfigureAttributes",
"type": "Type",
"tags": [],
"label": "CasesConfigureAttributes",
"description": [],
"signature": [
"{ connector: ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); closure_type: \"close-by-user\" | \"close-by-pushing\"; } & { owner: string; } & { created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; }"
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesConfigurePatch",
"type": "Type",
"tags": [],
"label": "CasesConfigurePatch",
"description": [],
"signature": [
"{ connector?: ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }) | undefined; closure_type?: \"close-by-user\" | \"close-by-pushing\" | undefined; } & { version: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesConfigureRequest",
"type": "Type",
"tags": [],
"label": "CasesConfigureRequest",
"description": [],
"signature": [
"{ connector: ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); closure_type: \"close-by-user\" | \"close-by-pushing\"; } & { owner: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesConfigureResponse",
"type": "Type",
"tags": [],
"label": "CasesConfigureResponse",
"description": [],
"signature": [
"{ connector: ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); closure_type: \"close-by-user\" | \"close-by-pushing\"; } & { owner: string; } & { created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { mappings: { action_type: \"append\" | \"overwrite\" | \"nothing\"; source: \"title\" | \"description\" | \"comments\"; target: string; }[]; owner: string; } & { id: string; version: string; error: string | null; owner: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseSettings",
"type": "Type",
"tags": [],
"label": "CaseSettings",
"description": [],
"signature": [
"{ syncAlerts: boolean; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesFindRequest",
"type": "Type",
"tags": [],
"label": "CasesFindRequest",
"description": [],
"signature": [
"{ type?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
" | undefined; tags?: string | string[] | undefined; status?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
" | undefined; reporters?: string | string[] | undefined; defaultSearchOperator?: \"AND\" | \"OR\" | undefined; fields?: string[] | undefined; page?: number | undefined; perPage?: number | undefined; search?: string | undefined; searchFields?: string | string[] | undefined; sortField?: string | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; owner?: string | string[] | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesFindResponse",
"type": "Type",
"tags": [],
"label": "CasesFindResponse",
"description": [],
"signature": [
"{ cases: ({ description: string; status: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"; tags: string[]; title: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
"; connector: ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; external_service: ({ connector_id: string | null; } & { connector_name: string; external_id: string; external_title: string; external_url: string; pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; }) | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { subCaseIds?: string[] | undefined; subCases?: ({ status: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; owner: string; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { comments?: (({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[] | undefined; comments?: (({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[]; page: number; per_page: number; total: number; } & { count_open_cases: number; count_in_progress_cases: number; count_closed_cases: number; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesPatchRequest",
"type": "Type",
"tags": [],
"label": "CasesPatchRequest",
"description": [],
"signature": [
"{ cases: ({ description?: string | undefined; status?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
" | undefined; tags?: string[] | undefined; title?: string | undefined; type?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
" | undefined; connector?: ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }) | undefined; settings?: { syncAlerts: boolean; } | undefined; owner?: string | undefined; } & { id: string; version: string; })[]; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesResponse",
"type": "Type",
"tags": [],
"label": "CasesResponse",
"description": [],
"signature": [
"({ description: string; status: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"; tags: string[]; title: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
"; connector: ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; } & { name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; external_service: ({ connector_id: string | null; } & { connector_name: string; external_id: string; external_title: string; external_url: string; pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; }) | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { subCaseIds?: string[] | undefined; subCases?: ({ status: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; owner: string; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { comments?: (({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[] | undefined; comments?: (({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[]"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesStatusRequest",
"type": "Type",
"tags": [],
"label": "CasesStatusRequest",
"description": [],
"signature": [
"{ owner?: string | string[] | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/cases/status.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesStatusResponse",
"type": "Type",
"tags": [],
"label": "CasesStatusResponse",
"description": [],
"signature": [
"{ count_open_cases: number; count_in_progress_cases: number; count_closed_cases: number; }"
],
"path": "x-pack/plugins/cases/common/api/cases/status.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.caseStatuses",
"type": "Array",
"tags": [],
"label": "caseStatuses",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[]"
],
"path": "x-pack/plugins/cases/common/api/cases/status.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseStatusWithAllStatus",
"type": "Type",
"tags": [],
"label": "CaseStatusWithAllStatus",
"description": [],
"signature": [
"\"all\" | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
}
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.caseTypeField",
"type": "string",
"tags": [],
"label": "caseTypeField",
"description": [
"\nExposing the field used to define the case type so that it can be used for filtering in saved object find queries."
],
"signature": [
"\"type\""
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActionAttributes",
"type": "Type",
"tags": [],
"label": "CaseUserActionAttributes",
"description": [],
"signature": [
"{ action_field: (\"status\" | \"title\" | \"description\" | \"tags\" | \"comment\" | \"settings\" | \"owner\" | \"connector\" | \"pushed\" | \"sub_case\")[]; action: \"add\" | \"create\" | \"delete\" | \"update\" | \"push-to-service\"; action_at: string; action_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; new_value: string | null; old_value: string | null; owner: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/user_actions.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActionConnector",
"type": "Type",
"tags": [],
"label": "CaseUserActionConnector",
"description": [],
"signature": [
"({ name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; })"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActionResponse",
"type": "Type",
"tags": [],
"label": "CaseUserActionResponse",
"description": [],
"signature": [
"{ action_field: (\"status\" | \"title\" | \"description\" | \"tags\" | \"comment\" | \"settings\" | \"owner\" | \"connector\" | \"pushed\" | \"sub_case\")[]; action: \"add\" | \"create\" | \"delete\" | \"update\" | \"push-to-service\"; action_at: string; action_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; new_value: string | null; old_value: string | null; owner: string; } & { action_id: string; case_id: string; comment_id: string | null; new_val_connector_id: string | null; old_val_connector_id: string | null; } & { sub_case_id?: string | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/cases/user_actions.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActionsResponse",
"type": "Type",
"tags": [],
"label": "CaseUserActionsResponse",
"description": [],
"signature": [
"({ action_field: (\"status\" | \"title\" | \"description\" | \"tags\" | \"comment\" | \"settings\" | \"owner\" | \"connector\" | \"pushed\" | \"sub_case\")[]; action: \"add\" | \"create\" | \"delete\" | \"update\" | \"push-to-service\"; action_at: string; action_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; new_value: string | null; old_value: string | null; owner: string; } & { action_id: string; case_id: string; comment_id: string | null; new_val_connector_id: string | null; old_val_connector_id: string | null; } & { sub_case_id?: string | undefined; })[]"
],
"path": "x-pack/plugins/cases/common/api/cases/user_actions.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseViewRefreshPropInterface",
"type": "Type",
"tags": [],
"label": "CaseViewRefreshPropInterface",
"description": [
"\nThe type for the `refreshRef` prop (a `React.Ref`) defined by the `CaseViewComponentProps`.\n"
],
"signature": [
"{ refreshUserActionsAndComments: () => Promise<void>; refreshCase: () => Promise<void>; } | null"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ClosureType",
"type": "Type",
"tags": [],
"label": "ClosureType",
"description": [],
"signature": [
"\"close-by-user\" | \"close-by-pushing\""
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.Comment",
"type": "Type",
"tags": [],
"label": "Comment",
"description": [],
"signature": [
"({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; id: string; createdAt: string; createdBy: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ElasticUser",
"text": "ElasticUser"
},
"; pushedAt: string | null; pushedBy: string | null; updatedAt: string | null; updatedBy: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ElasticUser",
"text": "ElasticUser"
},
" | null; version: string; }) | ({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; id: string; createdAt: string; createdBy: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ElasticUser",
"text": "ElasticUser"
},
"; pushedAt: string | null; pushedBy: string | null; updatedAt: string | null; updatedBy: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ElasticUser",
"text": "ElasticUser"
},
" | null; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; id: string; createdAt: string; createdBy: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ElasticUser",
"text": "ElasticUser"
},
"; pushedAt: string | null; pushedBy: string | null; updatedAt: string | null; updatedBy: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ElasticUser",
"text": "ElasticUser"
},
" | null; version: string; })"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentAttributes",
"type": "Type",
"tags": [],
"label": "CommentAttributes",
"description": [],
"signature": [
"({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; })"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentPatchAttributes",
"type": "Type",
"tags": [],
"label": "CommentPatchAttributes",
"description": [],
"signature": [
"{ associationType?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
" | undefined; created_at?: string | undefined; created_by?: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | undefined; owner?: string | undefined; pushed_at?: string | null | undefined; pushed_by?: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null | undefined; updated_at?: string | null | undefined; updated_by?: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null | undefined; } | ({ type?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert | undefined; alertId?: string | string[] | undefined; index?: string | string[] | undefined; rule?: { id: string | null; name: string | null; } | undefined; owner?: string | undefined; } & { associationType?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
" | undefined; created_at?: string | undefined; created_by?: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | undefined; owner?: string | undefined; pushed_at?: string | null | undefined; pushed_by?: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null | undefined; updated_at?: string | null | undefined; updated_by?: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null | undefined; })"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentPatchRequest",
"type": "Type",
"tags": [],
"label": "CommentPatchRequest",
"description": [],
"signature": [
"({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { id: string; version: string; }) | ({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { id: string; version: string; })"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentRequest",
"type": "Type",
"tags": [],
"label": "CommentRequest",
"description": [],
"signature": [
"{ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } | { comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } | { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentRequestActionsType",
"type": "Type",
"tags": [],
"label": "CommentRequestActionsType",
"description": [],
"signature": [
"{ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentRequestAlertType",
"type": "Type",
"tags": [],
"label": "CommentRequestAlertType",
"description": [],
"signature": [
"{ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentRequestUserType",
"type": "Type",
"tags": [],
"label": "CommentRequestUserType",
"description": [],
"signature": [
"{ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentResponse",
"type": "Type",
"tags": [],
"label": "CommentResponse",
"description": [],
"signature": [
"({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; })"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentResponseActionsType",
"type": "Type",
"tags": [],
"label": "CommentResponseActionsType",
"description": [],
"signature": [
"{ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentResponseAlertsType",
"type": "Type",
"tags": [],
"label": "CommentResponseAlertsType",
"description": [],
"signature": [
"{ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentsResponse",
"type": "Type",
"tags": [],
"label": "CommentsResponse",
"description": [],
"signature": [
"{ comments: (({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[]; page: number; per_page: number; total: number; }"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ConnectorField",
"type": "Type",
"tags": [],
"label": "ConnectorField",
"description": [],
"signature": [
"{ id: string; name: string; required: boolean; type: \"text\" | \"textarea\"; }"
],
"path": "x-pack/plugins/cases/common/api/connectors/mappings.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ConnectorFields",
"type": "Type",
"tags": [],
"label": "ConnectorFields",
"description": [],
"signature": [
"{ issueType: string | null; priority: string | null; parent: string | null; } | { incidentTypes: string[] | null; severityCode: string | null; } | { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ConnectorJiraTypeFields",
"type": "Type",
"tags": [],
"label": "ConnectorJiraTypeFields",
"description": [],
"signature": [
"{ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ConnectorMappings",
"type": "Type",
"tags": [],
"label": "ConnectorMappings",
"description": [],
"signature": [
"{ mappings: { action_type: \"append\" | \"overwrite\" | \"nothing\"; source: \"title\" | \"description\" | \"comments\"; target: string; }[]; owner: string; }"
],
"path": "x-pack/plugins/cases/common/api/connectors/mappings.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ConnectorMappingsAttributes",
"type": "Type",
"tags": [],
"label": "ConnectorMappingsAttributes",
"description": [],
"signature": [
"{ action_type: \"append\" | \"overwrite\" | \"nothing\"; source: \"title\" | \"description\" | \"comments\"; target: string; }"
],
"path": "x-pack/plugins/cases/common/api/connectors/mappings.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ConnectorResillientTypeFields",
"type": "Type",
"tags": [],
"label": "ConnectorResillientTypeFields",
"description": [],
"signature": [
"{ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CONNECTORS_URL",
"type": "string",
"tags": [],
"label": "CONNECTORS_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ConnectorServiceNowITSMTypeFields",
"type": "Type",
"tags": [],
"label": "ConnectorServiceNowITSMTypeFields",
"description": [],
"signature": [
"{ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ConnectorServiceNowSIRTypeFields",
"type": "Type",
"tags": [],
"label": "ConnectorServiceNowSIRTypeFields",
"description": [],
"signature": [
"{ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ConnectorSwimlaneTypeFields",
"type": "Type",
"tags": [],
"label": "ConnectorSwimlaneTypeFields",
"description": [],
"signature": [
"{ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ConnectorTypeFields",
"type": "Type",
"tags": [],
"label": "ConnectorTypeFields",
"description": [],
"signature": [
"{ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; } | { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; } | { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; } | { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; } | { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; } | { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.connectorTypes",
"type": "Array",
"tags": [],
"label": "connectorTypes",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
"[]"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.DEFAULT_DATE_FORMAT",
"type": "string",
"tags": [],
"label": "DEFAULT_DATE_FORMAT",
"description": [],
"signature": [
"\"dateFormat\""
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.DEFAULT_DATE_FORMAT_TZ",
"type": "string",
"tags": [],
"label": "DEFAULT_DATE_FORMAT_TZ",
"description": [],
"signature": [
"\"dateFormat:tz\""
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ENABLE_CASE_CONNECTOR",
"type": "boolean",
"tags": [],
"label": "ENABLE_CASE_CONNECTOR",
"description": [
"\nThis flag governs enabling the case as a connector feature. It is disabled by default as the feature is not complete."
],
"signature": [
"false"
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ExternalServiceResponse",
"type": "Type",
"tags": [],
"label": "ExternalServiceResponse",
"description": [],
"signature": [
"{ title: string; id: string; pushedDate: string; url: string; } & { comments?: ({ commentId: string; pushedDate: string; } & { externalCommentId?: string | undefined; })[] | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.FindQueryParams",
"type": "Type",
"tags": [],
"label": "FindQueryParams",
"description": [],
"signature": [
"{ subCaseId?: string | undefined; defaultSearchOperator?: \"AND\" | \"OR\" | undefined; hasReferenceOperator?: \"AND\" | \"OR\" | undefined; hasReference?: { id: string; type: string; } | { id: string; type: string; }[] | undefined; fields?: string[] | undefined; filter?: string | undefined; page?: number | undefined; perPage?: number | undefined; search?: string | undefined; searchFields?: string[] | undefined; sortField?: string | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.GetCaseIdsByAlertIdAggs",
"type": "Type",
"tags": [],
"label": "GetCaseIdsByAlertIdAggs",
"description": [],
"signature": [
"{ references: { doc_count: number; caseIds: { buckets: { key: string; }[]; }; }; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.GetConfigureFindRequest",
"type": "Type",
"tags": [],
"label": "GetConfigureFindRequest",
"description": [],
"signature": [
"{ owner?: string | string[] | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.GetDefaultMappingsResponse",
"type": "Type",
"tags": [],
"label": "GetDefaultMappingsResponse",
"description": [],
"signature": [
"{ action_type: \"append\" | \"overwrite\" | \"nothing\"; source: \"title\" | \"description\" | \"comments\"; target: string; }[]"
],
"path": "x-pack/plugins/cases/common/api/connectors/mappings.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.JiraFieldsType",
"type": "Type",
"tags": [],
"label": "JiraFieldsType",
"description": [],
"signature": [
"{ issueType: string | null; priority: string | null; parent: string | null; }"
],
"path": "x-pack/plugins/cases/common/api/connectors/jira.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.MAX_ALERTS_PER_SUB_CASE",
"type": "number",
"tags": [],
"label": "MAX_ALERTS_PER_SUB_CASE",
"description": [
"\nAlerts"
],
"signature": [
"5000"
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.MAX_CONCURRENT_SEARCHES",
"type": "number",
"tags": [],
"label": "MAX_CONCURRENT_SEARCHES",
"description": [],
"signature": [
"10"
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.MAX_DOCS_PER_PAGE",
"type": "number",
"tags": [],
"label": "MAX_DOCS_PER_PAGE",
"description": [],
"signature": [
"10000"
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.MAX_GENERATED_ALERTS_PER_SUB_CASE",
"type": "number",
"tags": [],
"label": "MAX_GENERATED_ALERTS_PER_SUB_CASE",
"description": [],
"signature": [
"50"
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.MAX_TITLE_LENGTH",
"type": "number",
"tags": [],
"label": "MAX_TITLE_LENGTH",
"description": [
"\nValidation"
],
"signature": [
"64"
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.noneConnectorId",
"type": "string",
"tags": [],
"label": "noneConnectorId",
"description": [],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.OWNER_FIELD",
"type": "string",
"tags": [],
"label": "OWNER_FIELD",
"description": [
"\nThis field is used for authorization of the entities within the cases plugin. Each entity within Cases will have the owner field\nset to a string that represents the plugin that \"owns\" (i.e. the plugin that originally issued the POST request to\ncreate the entity) the entity.\n\nThe Authorization class constructs a string composed of the operation being performed (createCase, getComment, etc),\nand the owner of the entity being acted upon or created. This string is then given to the Security plugin which\nchecks to see if the user making the request has that particular string stored within it's privileges. If it does,\nthen the operation succeeds, otherwise the operation fails.\n\nAPIs that create/update an entity require that the owner field be passed in the body of the request.\nAPIs that search for entities typically require that the owner be passed as a query parameter.\nAPIs that specify an ID of an entity directly generally don't need to specify the owner field.\n\nFor APIs that create/update an entity, the RBAC implementation checks to see if the user making the request has the\ncorrect privileges for performing that action (a create/update) for the specified owner.\nThis check is done through the Security plugin's API.\n\nFor APIs that search for entities, the RBAC implementation creates a filter for the saved objects query that limits\nthe search to only owners that the user has access to. We also check that the objects returned by the saved objects\nAPI have the limited owner scope. If we find one that the user does not have permissions for, we throw a 403 error.\nThe owner field that is passed in as a query parameter can be used to further limit the results. If a user attempts\nto pass an owner that they do not have access to, the owner is ignored.\n\nFor APIs that retrieve/delete entities directly using their ID, the RBAC implementation requests the object first,\nand then checks to see if the user making the request has access to that operation and owner. If the user does, the\noperation continues, otherwise we throw a 403."
],
"signature": [
"\"owner\""
],
"path": "x-pack/plugins/cases/common/api/cases/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ResilientFieldsType",
"type": "Type",
"tags": [],
"label": "ResilientFieldsType",
"description": [],
"signature": [
"{ incidentTypes: string[] | null; severityCode: string | null; }"
],
"path": "x-pack/plugins/cases/common/api/connectors/resilient.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SAVED_OBJECT_TYPES",
"type": "Array",
"tags": [],
"label": "SAVED_OBJECT_TYPES",
"description": [
"\nIf more values are added here please also add them here: x-pack/test/case_api_integration/common/fixtures/plugins"
],
"signature": [
"string[]"
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SavedObjectFindOptions",
"type": "Type",
"tags": [],
"label": "SavedObjectFindOptions",
"description": [],
"signature": [
"{ defaultSearchOperator?: \"AND\" | \"OR\" | undefined; hasReferenceOperator?: \"AND\" | \"OR\" | undefined; hasReference?: { id: string; type: string; } | { id: string; type: string; }[] | undefined; fields?: string[] | undefined; filter?: string | undefined; page?: number | undefined; perPage?: number | undefined; search?: string | undefined; searchFields?: string[] | undefined; sortField?: string | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/saved_object.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SECURITY_SOLUTION_OWNER",
"type": "string",
"tags": [],
"label": "SECURITY_SOLUTION_OWNER",
"description": [
"\nThis must be the same value that the security solution plugin uses to define the case kind when it registers the\nfeature for the 7.13 migration only.\n\nThis variable is being also used by test files and mocks."
],
"signature": [
"\"securitySolution\""
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ServiceNowITSMFieldsType",
"type": "Type",
"tags": [],
"label": "ServiceNowITSMFieldsType",
"description": [],
"signature": [
"{ impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; }"
],
"path": "x-pack/plugins/cases/common/api/connectors/servicenow_itsm.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ServiceNowSIRFieldsType",
"type": "Type",
"tags": [],
"label": "ServiceNowSIRFieldsType",
"description": [],
"signature": [
"{ category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; }"
],
"path": "x-pack/plugins/cases/common/api/connectors/servicenow_sir.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.StatusAll",
"type": "string",
"tags": [],
"label": "StatusAll",
"description": [],
"signature": [
"\"all\""
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.StatusAllType",
"type": "Type",
"tags": [],
"label": "StatusAllType",
"description": [],
"signature": [
"\"all\""
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SUB_CASE_DETAILS_URL",
"type": "string",
"tags": [],
"label": "SUB_CASE_DETAILS_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SUB_CASE_SAVED_OBJECT",
"type": "string",
"tags": [],
"label": "SUB_CASE_SAVED_OBJECT",
"description": [],
"signature": [
"\"cases-sub-case\""
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SUB_CASE_USER_ACTIONS_URL",
"type": "string",
"tags": [],
"label": "SUB_CASE_USER_ACTIONS_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SUB_CASES_PATCH_DEL_URL",
"type": "string",
"tags": [],
"label": "SUB_CASES_PATCH_DEL_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SUB_CASES_URL",
"type": "string",
"tags": [],
"label": "SUB_CASES_URL",
"description": [],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCaseAttributes",
"type": "Type",
"tags": [],
"label": "SubCaseAttributes",
"description": [],
"signature": [
"{ status: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; owner: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/sub_case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCasePatchRequest",
"type": "Type",
"tags": [],
"label": "SubCasePatchRequest",
"description": [],
"signature": [
"{ status?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
" | undefined; } & { id: string; version: string; }"
],
"path": "x-pack/plugins/cases/common/api/cases/sub_case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCaseResponse",
"type": "Type",
"tags": [],
"label": "SubCaseResponse",
"description": [],
"signature": [
"{ status: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; owner: string; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { comments?: (({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/cases/sub_case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCasesFindRequest",
"type": "Type",
"tags": [],
"label": "SubCasesFindRequest",
"description": [],
"signature": [
"{ status?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
" | undefined; defaultSearchOperator?: \"AND\" | \"OR\" | undefined; fields?: string[] | undefined; page?: number | undefined; perPage?: number | undefined; search?: string | undefined; searchFields?: string[] | undefined; sortField?: string | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; owner?: string | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/cases/sub_case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCasesFindResponse",
"type": "Type",
"tags": [],
"label": "SubCasesFindResponse",
"description": [],
"signature": [
"{ subCases: ({ status: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; owner: string; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { comments?: (({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[]; page: number; per_page: number; total: number; } & { count_open_cases: number; count_in_progress_cases: number; count_closed_cases: number; }"
],
"path": "x-pack/plugins/cases/common/api/cases/sub_case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCasesPatchRequest",
"type": "Type",
"tags": [],
"label": "SubCasesPatchRequest",
"description": [],
"signature": [
"{ subCases: ({ status?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
" | undefined; } & { id: string; version: string; })[]; }"
],
"path": "x-pack/plugins/cases/common/api/cases/sub_case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCasesResponse",
"type": "Type",
"tags": [],
"label": "SubCasesResponse",
"description": [],
"signature": [
"({ status: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; owner: string; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { comments?: (({ comment: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert | ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
"; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[]"
],
"path": "x-pack/plugins/cases/common/api/cases/sub_case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SUPPORTED_CONNECTORS",
"type": "Array",
"tags": [],
"label": "SUPPORTED_CONNECTORS",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/cases/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SwimlaneFieldsType",
"type": "Type",
"tags": [],
"label": "SwimlaneFieldsType",
"description": [],
"signature": [
"{ caseId: string | null; }"
],
"path": "x-pack/plugins/cases/common/api/connectors/swimlane.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ThirdPartyField",
"type": "Type",
"tags": [],
"label": "ThirdPartyField",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/cases/common/api/connectors/mappings.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.UpdateKey",
"type": "Type",
"tags": [],
"label": "UpdateKey",
"description": [],
"signature": [
"\"status\" | \"title\" | \"description\" | \"tags\" | \"settings\" | \"connector\""
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.User",
"type": "Type",
"tags": [],
"label": "User",
"description": [],
"signature": [
"{ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/user.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.UserAction",
"type": "Type",
"tags": [],
"label": "UserAction",
"description": [],
"signature": [
"\"add\" | \"create\" | \"delete\" | \"update\" | \"push-to-service\""
],
"path": "x-pack/plugins/cases/common/api/cases/user_actions.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.UserActionField",
"type": "Type",
"tags": [],
"label": "UserActionField",
"description": [],
"signature": [
"(\"status\" | \"title\" | \"description\" | \"tags\" | \"comment\" | \"settings\" | \"owner\" | \"connector\" | \"pushed\" | \"sub_case\")[]"
],
"path": "x-pack/plugins/cases/common/api/cases/user_actions.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.UserActionFieldType",
"type": "Type",
"tags": [],
"label": "UserActionFieldType",
"description": [],
"signature": [
"\"status\" | \"title\" | \"description\" | \"tags\" | \"comment\" | \"settings\" | \"owner\" | \"connector\" | \"pushed\" | \"sub_case\""
],
"path": "x-pack/plugins/cases/common/api/cases/user_actions.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "cases",
"id": "def-common.ActionsCommentRequestRt",
"type": "Object",
"tags": [],
"label": "ActionsCommentRequestRt",
"description": [],
"signature": [
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.AlertCommentRequestRt",
"type": "Object",
"tags": [],
"label": "AlertCommentRequestRt",
"description": [
"\nThis defines the structure of how alerts (generated or user attached) are stored in saved objects documents. It also\nrepresents of an alert after it has been transformed. A generated alert will be transformed by the connector so that\nit matches this structure. User attached alerts do not need to be transformed."
],
"signature": [
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.AlertResponseRt",
"type": "Object",
"tags": [],
"label": "AlertResponseRt",
"description": [],
"signature": [
"ArrayC",
"<",
"TypeC",
"<{ id: ",
"StringC",
"; index: ",
"StringC",
"; attached_at: ",
"StringC",
"; }>>"
],
"path": "x-pack/plugins/cases/common/api/cases/alerts.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.AllCommentsResponseRt",
"type": "Object",
"tags": [],
"label": "AllCommentsResponseRt",
"description": [],
"signature": [
"ArrayC",
"<",
"IntersectionC",
"<[",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.AllCommentsResponseRT",
"type": "Object",
"tags": [],
"label": "AllCommentsResponseRT",
"description": [],
"signature": [
"ArrayC",
"<",
"IntersectionC",
"<[",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.AllReportersFindRequestRt",
"type": "Object",
"tags": [],
"label": "AllReportersFindRequestRt",
"description": [],
"signature": [
"PartialC",
"<{ owner: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.AllTagsFindRequestRt",
"type": "Object",
"tags": [],
"label": "AllTagsFindRequestRt",
"description": [],
"signature": [
"PartialC",
"<{ owner: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseAttributesRt",
"type": "Object",
"tags": [],
"label": "CaseAttributesRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"TypeC",
"<{ description: ",
"StringC",
"; status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; tags: ",
"ArrayC",
"<",
"StringC",
">; title: ",
"StringC",
"; type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".collection>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".individual>]>; connector: ",
"IntersectionC",
"<[",
"TypeC",
"<{ id: ",
"StringC",
"; }>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>]>; settings: ",
"TypeC",
"<{ syncAlerts: ",
"BooleanC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ closed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; closed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; external_service: ",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ connector_id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ connector_name: ",
"StringC",
"; external_id: ",
"StringC",
"; external_title: ",
"StringC",
"; external_url: ",
"StringC",
"; pushed_at: ",
"StringC",
"; pushed_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; }>]>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseConfigurationsResponseRt",
"type": "Object",
"tags": [],
"label": "CaseConfigurationsResponseRt",
"description": [],
"signature": [
"ArrayC",
"<",
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ connector: ",
"IntersectionC",
"<[",
"TypeC",
"<{ id: ",
"StringC",
"; }>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>]>; closure_type: ",
"UnionC",
"<[",
"LiteralC",
"<\"close-by-user\">, ",
"LiteralC",
"<\"close-by-pushing\">]>; }>, ",
"TypeC",
"<{ owner: ",
"StringC",
"; }>]>, ",
"TypeC",
"<{ created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"TypeC",
"<{ mappings: ",
"ArrayC",
"<",
"TypeC",
"<{ action_type: ",
"UnionC",
"<[",
"LiteralC",
"<\"append\">, ",
"LiteralC",
"<\"nothing\">, ",
"LiteralC",
"<\"overwrite\">]>; source: ",
"UnionC",
"<[",
"LiteralC",
"<\"title\">, ",
"LiteralC",
"<\"description\">, ",
"LiteralC",
"<\"comments\">]>; target: ",
"UnionC",
"<[",
"StringC",
", ",
"LiteralC",
"<\"not_mapped\">]>; }>>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; error: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; owner: ",
"StringC",
"; }>]>>"
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseConfigureAttributesRt",
"type": "Object",
"tags": [],
"label": "CaseConfigureAttributesRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ connector: ",
"IntersectionC",
"<[",
"TypeC",
"<{ id: ",
"StringC",
"; }>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>]>; closure_type: ",
"UnionC",
"<[",
"LiteralC",
"<\"close-by-user\">, ",
"LiteralC",
"<\"close-by-pushing\">]>; }>, ",
"TypeC",
"<{ owner: ",
"StringC",
"; }>]>, ",
"TypeC",
"<{ created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseConfigureRequestParamsRt",
"type": "Object",
"tags": [],
"label": "CaseConfigureRequestParamsRt",
"description": [],
"signature": [
"TypeC",
"<{ configuration_id: ",
"StringC",
"; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseConfigureResponseRt",
"type": "Object",
"tags": [],
"label": "CaseConfigureResponseRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ connector: ",
"IntersectionC",
"<[",
"TypeC",
"<{ id: ",
"StringC",
"; }>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>]>; closure_type: ",
"UnionC",
"<[",
"LiteralC",
"<\"close-by-user\">, ",
"LiteralC",
"<\"close-by-pushing\">]>; }>, ",
"TypeC",
"<{ owner: ",
"StringC",
"; }>]>, ",
"TypeC",
"<{ created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"TypeC",
"<{ mappings: ",
"ArrayC",
"<",
"TypeC",
"<{ action_type: ",
"UnionC",
"<[",
"LiteralC",
"<\"append\">, ",
"LiteralC",
"<\"nothing\">, ",
"LiteralC",
"<\"overwrite\">]>; source: ",
"UnionC",
"<[",
"LiteralC",
"<\"title\">, ",
"LiteralC",
"<\"description\">, ",
"LiteralC",
"<\"comments\">]>; target: ",
"UnionC",
"<[",
"StringC",
", ",
"LiteralC",
"<\"not_mapped\">]>; }>>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; error: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; owner: ",
"StringC",
"; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseConnectorRt",
"type": "Object",
"tags": [],
"label": "CaseConnectorRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"TypeC",
"<{ id: ",
"StringC",
"; }>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>]>"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseExternalServiceBasicRt",
"type": "Object",
"tags": [],
"label": "CaseExternalServiceBasicRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"TypeC",
"<{ connector_id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ connector_name: ",
"StringC",
"; external_id: ",
"StringC",
"; external_title: ",
"StringC",
"; external_url: ",
"StringC",
"; pushed_at: ",
"StringC",
"; pushed_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseFullExternalServiceRt",
"type": "Object",
"tags": [],
"label": "CaseFullExternalServiceRt",
"description": [],
"signature": [
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ connector_id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ connector_name: ",
"StringC",
"; external_id: ",
"StringC",
"; external_title: ",
"StringC",
"; external_url: ",
"StringC",
"; pushed_at: ",
"StringC",
"; pushed_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; }>]>, ",
"NullC",
"]>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasePatchRequestRt",
"type": "Object",
"tags": [],
"label": "CasePatchRequestRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"PartialC",
"<{ description: ",
"StringC",
"; status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; tags: ",
"ArrayC",
"<",
"StringC",
">; title: ",
"StringC",
"; type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".collection>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".individual>]>; connector: ",
"IntersectionC",
"<[",
"TypeC",
"<{ id: ",
"StringC",
"; }>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>]>; settings: ",
"TypeC",
"<{ syncAlerts: ",
"BooleanC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasePostRequestRt",
"type": "Object",
"tags": [],
"label": "CasePostRequestRt",
"description": [
"\nThis type is not used for validation when decoding a request because intersection does not have props defined which\nrequired for the excess function. Instead we use this as the type used by the UI. This allows the type field to be\noptional and the server will handle setting it to a default value before validating that the request\nhas all the necessary fields. CasesClientPostRequestRt is used for validation."
],
"signature": [
"IntersectionC",
"<[",
"PartialC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".collection>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".individual>]>; }>, ",
"TypeC",
"<{ description: ",
"StringC",
"; tags: ",
"ArrayC",
"<",
"StringC",
">; title: ",
"StringC",
"; connector: ",
"IntersectionC",
"<[",
"TypeC",
"<{ id: ",
"StringC",
"; }>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>]>; settings: ",
"TypeC",
"<{ syncAlerts: ",
"BooleanC",
"; }>; owner: ",
"StringC",
"; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasePushRequestParamsRt",
"type": "Object",
"tags": [],
"label": "CasePushRequestParamsRt",
"description": [],
"signature": [
"TypeC",
"<{ case_id: ",
"StringC",
"; connector_id: ",
"StringC",
"; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseResolveResponseRt",
"type": "Object",
"tags": [],
"label": "CaseResolveResponseRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"TypeC",
"<{ case: ",
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ description: ",
"StringC",
"; status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; tags: ",
"ArrayC",
"<",
"StringC",
">; title: ",
"StringC",
"; type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".collection>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".individual>]>; connector: ",
"IntersectionC",
"<[",
"TypeC",
"<{ id: ",
"StringC",
"; }>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>]>; settings: ",
"TypeC",
"<{ syncAlerts: ",
"BooleanC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ closed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; closed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; external_service: ",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ connector_id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ connector_name: ",
"StringC",
"; external_id: ",
"StringC",
"; external_title: ",
"StringC",
"; external_url: ",
"StringC",
"; pushed_at: ",
"StringC",
"; pushed_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; }>]>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; totalComment: ",
"NumberC",
"; totalAlerts: ",
"NumberC",
"; version: ",
"StringC",
"; }>, ",
"PartialC",
"<{ subCaseIds: ",
"ArrayC",
"<",
"StringC",
">; subCases: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; }>, ",
"TypeC",
"<{ closed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; closed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; created_at: ",
"StringC",
"; created_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; owner: ",
"StringC",
"; }>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; totalComment: ",
"NumberC",
"; totalAlerts: ",
"NumberC",
"; version: ",
"StringC",
"; }>, ",
"PartialC",
"<{ comments: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>; }>]>>; comments: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>; }>]>; outcome: ",
"UnionC",
"<[",
"LiteralC",
"<\"exactMatch\">, ",
"LiteralC",
"<\"aliasMatch\">, ",
"LiteralC",
"<\"conflict\">]>; }>, ",
"PartialC",
"<{ alias_target_id: ",
"StringC",
"; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseResponseRt",
"type": "Object",
"tags": [],
"label": "CaseResponseRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ description: ",
"StringC",
"; status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; tags: ",
"ArrayC",
"<",
"StringC",
">; title: ",
"StringC",
"; type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".collection>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".individual>]>; connector: ",
"IntersectionC",
"<[",
"TypeC",
"<{ id: ",
"StringC",
"; }>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>]>; settings: ",
"TypeC",
"<{ syncAlerts: ",
"BooleanC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ closed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; closed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; external_service: ",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ connector_id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ connector_name: ",
"StringC",
"; external_id: ",
"StringC",
"; external_title: ",
"StringC",
"; external_url: ",
"StringC",
"; pushed_at: ",
"StringC",
"; pushed_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; }>]>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; totalComment: ",
"NumberC",
"; totalAlerts: ",
"NumberC",
"; version: ",
"StringC",
"; }>, ",
"PartialC",
"<{ subCaseIds: ",
"ArrayC",
"<",
"StringC",
">; subCases: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; }>, ",
"TypeC",
"<{ closed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; closed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; created_at: ",
"StringC",
"; created_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; owner: ",
"StringC",
"; }>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; totalComment: ",
"NumberC",
"; totalAlerts: ",
"NumberC",
"; version: ",
"StringC",
"; }>, ",
"PartialC",
"<{ comments: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>; }>]>>; comments: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesByAlertIDRequestRt",
"type": "Object",
"tags": [],
"label": "CasesByAlertIDRequestRt",
"description": [],
"signature": [
"PartialC",
"<{ owner: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesByAlertIdRt",
"type": "Object",
"tags": [],
"label": "CasesByAlertIdRt",
"description": [],
"signature": [
"ArrayC",
"<",
"TypeC",
"<{ id: ",
"StringC",
"; title: ",
"StringC",
"; }>>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesClientPostRequestRt",
"type": "Object",
"tags": [],
"label": "CasesClientPostRequestRt",
"description": [
"\nThis type is used for validating a create case request. It requires that the type field be defined."
],
"signature": [
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".collection>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".individual>]>; description: ",
"StringC",
"; tags: ",
"ArrayC",
"<",
"StringC",
">; title: ",
"StringC",
"; connector: ",
"IntersectionC",
"<[",
"TypeC",
"<{ id: ",
"StringC",
"; }>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>]>; settings: ",
"TypeC",
"<{ syncAlerts: ",
"BooleanC",
"; }>; owner: ",
"StringC",
"; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesConfigurePatchRt",
"type": "Object",
"tags": [],
"label": "CasesConfigurePatchRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"PartialC",
"<{ connector: ",
"IntersectionC",
"<[",
"TypeC",
"<{ id: ",
"StringC",
"; }>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>]>; closure_type: ",
"UnionC",
"<[",
"LiteralC",
"<\"close-by-user\">, ",
"LiteralC",
"<\"close-by-pushing\">]>; }>, ",
"TypeC",
"<{ version: ",
"StringC",
"; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesConfigureRequestRt",
"type": "Object",
"tags": [],
"label": "CasesConfigureRequestRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"TypeC",
"<{ connector: ",
"IntersectionC",
"<[",
"TypeC",
"<{ id: ",
"StringC",
"; }>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>]>; closure_type: ",
"UnionC",
"<[",
"LiteralC",
"<\"close-by-user\">, ",
"LiteralC",
"<\"close-by-pushing\">]>; }>, ",
"TypeC",
"<{ owner: ",
"StringC",
"; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesFindRequestRt",
"type": "Object",
"tags": [],
"label": "CasesFindRequestRt",
"description": [],
"signature": [
"PartialC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".collection>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".individual>]>; tags: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; reporters: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; defaultSearchOperator: ",
"UnionC",
"<[",
"LiteralC",
"<\"AND\">, ",
"LiteralC",
"<\"OR\">]>; fields: ",
"ArrayC",
"<",
"StringC",
">; page: ",
"Type",
"<number, string, unknown>; perPage: ",
"Type",
"<number, string, unknown>; search: ",
"StringC",
"; searchFields: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; sortField: ",
"StringC",
"; sortOrder: ",
"UnionC",
"<[",
"LiteralC",
"<\"desc\">, ",
"LiteralC",
"<\"asc\">]>; owner: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesFindResponseRt",
"type": "Object",
"tags": [],
"label": "CasesFindResponseRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"TypeC",
"<{ cases: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ description: ",
"StringC",
"; status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; tags: ",
"ArrayC",
"<",
"StringC",
">; title: ",
"StringC",
"; type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".collection>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".individual>]>; connector: ",
"IntersectionC",
"<[",
"TypeC",
"<{ id: ",
"StringC",
"; }>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>]>; settings: ",
"TypeC",
"<{ syncAlerts: ",
"BooleanC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ closed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; closed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; external_service: ",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ connector_id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ connector_name: ",
"StringC",
"; external_id: ",
"StringC",
"; external_title: ",
"StringC",
"; external_url: ",
"StringC",
"; pushed_at: ",
"StringC",
"; pushed_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; }>]>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; totalComment: ",
"NumberC",
"; totalAlerts: ",
"NumberC",
"; version: ",
"StringC",
"; }>, ",
"PartialC",
"<{ subCaseIds: ",
"ArrayC",
"<",
"StringC",
">; subCases: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; }>, ",
"TypeC",
"<{ closed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; closed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; created_at: ",
"StringC",
"; created_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; owner: ",
"StringC",
"; }>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; totalComment: ",
"NumberC",
"; totalAlerts: ",
"NumberC",
"; version: ",
"StringC",
"; }>, ",
"PartialC",
"<{ comments: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>; }>]>>; comments: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>; }>]>>; page: ",
"NumberC",
"; per_page: ",
"NumberC",
"; total: ",
"NumberC",
"; }>, ",
"TypeC",
"<{ count_open_cases: ",
"NumberC",
"; count_in_progress_cases: ",
"NumberC",
"; count_closed_cases: ",
"NumberC",
"; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesPatchRequestRt",
"type": "Object",
"tags": [],
"label": "CasesPatchRequestRt",
"description": [],
"signature": [
"TypeC",
"<{ cases: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"PartialC",
"<{ description: ",
"StringC",
"; status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; tags: ",
"ArrayC",
"<",
"StringC",
">; title: ",
"StringC",
"; type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".collection>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".individual>]>; connector: ",
"IntersectionC",
"<[",
"TypeC",
"<{ id: ",
"StringC",
"; }>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>]>; settings: ",
"TypeC",
"<{ syncAlerts: ",
"BooleanC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesResponseRt",
"type": "Object",
"tags": [],
"label": "CasesResponseRt",
"description": [],
"signature": [
"ArrayC",
"<",
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ description: ",
"StringC",
"; status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; tags: ",
"ArrayC",
"<",
"StringC",
">; title: ",
"StringC",
"; type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".collection>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
".individual>]>; connector: ",
"IntersectionC",
"<[",
"TypeC",
"<{ id: ",
"StringC",
"; }>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>]>; settings: ",
"TypeC",
"<{ syncAlerts: ",
"BooleanC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ closed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; closed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; external_service: ",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ connector_id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ connector_name: ",
"StringC",
"; external_id: ",
"StringC",
"; external_title: ",
"StringC",
"; external_url: ",
"StringC",
"; pushed_at: ",
"StringC",
"; pushed_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; }>]>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; totalComment: ",
"NumberC",
"; totalAlerts: ",
"NumberC",
"; version: ",
"StringC",
"; }>, ",
"PartialC",
"<{ subCaseIds: ",
"ArrayC",
"<",
"StringC",
">; subCases: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; }>, ",
"TypeC",
"<{ closed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; closed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; created_at: ",
"StringC",
"; created_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; owner: ",
"StringC",
"; }>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; totalComment: ",
"NumberC",
"; totalAlerts: ",
"NumberC",
"; version: ",
"StringC",
"; }>, ",
"PartialC",
"<{ comments: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>; }>]>>; comments: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>; }>]>>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesStatusRequestRt",
"type": "Object",
"tags": [],
"label": "CasesStatusRequestRt",
"description": [],
"signature": [
"PartialC",
"<{ owner: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/status.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesStatusResponseRt",
"type": "Object",
"tags": [],
"label": "CasesStatusResponseRt",
"description": [],
"signature": [
"TypeC",
"<{ count_open_cases: ",
"NumberC",
"; count_in_progress_cases: ",
"NumberC",
"; count_closed_cases: ",
"NumberC",
"; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/status.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseStatusRt",
"type": "Object",
"tags": [],
"label": "CaseStatusRt",
"description": [],
"signature": [
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/status.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActionAttributesRt",
"type": "Object",
"tags": [],
"label": "CaseUserActionAttributesRt",
"description": [],
"signature": [
"TypeC",
"<{ action_field: ",
"ArrayC",
"<",
"UnionC",
"<[",
"LiteralC",
"<\"comment\">, ",
"LiteralC",
"<\"connector\">, ",
"LiteralC",
"<\"description\">, ",
"LiteralC",
"<\"pushed\">, ",
"LiteralC",
"<\"tags\">, ",
"LiteralC",
"<\"title\">, ",
"LiteralC",
"<\"status\">, ",
"LiteralC",
"<\"settings\">, ",
"LiteralC",
"<\"sub_case\">, ",
"LiteralC",
"<\"owner\">]>>; action: ",
"UnionC",
"<[",
"LiteralC",
"<\"add\">, ",
"LiteralC",
"<\"create\">, ",
"LiteralC",
"<\"delete\">, ",
"LiteralC",
"<\"update\">, ",
"LiteralC",
"<\"push-to-service\">]>; action_at: ",
"StringC",
"; action_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; new_value: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; old_value: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; owner: ",
"StringC",
"; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/user_actions.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActionConnectorRt",
"type": "Object",
"tags": [],
"label": "CaseUserActionConnectorRt",
"description": [
"\nThis type represents the connector's format when it is encoded within a user action."
],
"signature": [
"IntersectionC",
"<[",
"TypeC",
"<{ name: ",
"StringC",
"; }>, ",
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>]>"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActionExternalServiceRt",
"type": "Object",
"tags": [],
"label": "CaseUserActionExternalServiceRt",
"description": [
"\nThis represents the push to service UserAction. It lacks the connector_id because that is stored in a different field\nwithin the user action object in the API response."
],
"signature": [
"TypeC",
"<{ connector_name: ",
"StringC",
"; external_id: ",
"StringC",
"; external_title: ",
"StringC",
"; external_url: ",
"StringC",
"; pushed_at: ",
"StringC",
"; pushed_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActionsResponseRt",
"type": "Object",
"tags": [],
"label": "CaseUserActionsResponseRt",
"description": [],
"signature": [
"ArrayC",
"<",
"IntersectionC",
"<[",
"TypeC",
"<{ action_field: ",
"ArrayC",
"<",
"UnionC",
"<[",
"LiteralC",
"<\"comment\">, ",
"LiteralC",
"<\"connector\">, ",
"LiteralC",
"<\"description\">, ",
"LiteralC",
"<\"pushed\">, ",
"LiteralC",
"<\"tags\">, ",
"LiteralC",
"<\"title\">, ",
"LiteralC",
"<\"status\">, ",
"LiteralC",
"<\"settings\">, ",
"LiteralC",
"<\"sub_case\">, ",
"LiteralC",
"<\"owner\">]>>; action: ",
"UnionC",
"<[",
"LiteralC",
"<\"add\">, ",
"LiteralC",
"<\"create\">, ",
"LiteralC",
"<\"delete\">, ",
"LiteralC",
"<\"update\">, ",
"LiteralC",
"<\"push-to-service\">]>; action_at: ",
"StringC",
"; action_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; new_value: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; old_value: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ action_id: ",
"StringC",
"; case_id: ",
"StringC",
"; comment_id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; new_val_connector_id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; old_val_connector_id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"PartialC",
"<{ sub_case_id: ",
"StringC",
"; }>]>>"
],
"path": "x-pack/plugins/cases/common/api/cases/user_actions.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentAttributesBasicRt",
"type": "Object",
"tags": [],
"label": "CommentAttributesBasicRt",
"description": [],
"signature": [
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentPatchAttributesRt",
"type": "Object",
"tags": [],
"label": "CommentPatchAttributesRt",
"description": [
"\nThis type is used by the CaseService.\nBecause the type for the attributes of savedObjectClient update function is Partial<T>\nwe need to make all of our attributes partial too.\nWe ensure that partial updates of CommentContext is not going to happen inside the patch comment route."
],
"signature": [
"IntersectionC",
"<[",
"UnionC",
"<[",
"PartialC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"PartialC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>]>, ",
"PartialC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentPatchRequestRt",
"type": "Object",
"tags": [],
"label": "CommentPatchRequestRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"UnionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentRequestRt",
"type": "Object",
"tags": [],
"label": "CommentRequestRt",
"description": [],
"signature": [
"UnionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentResponseRt",
"type": "Object",
"tags": [],
"label": "CommentResponseRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentResponseTypeActionsRt",
"type": "Object",
"tags": [],
"label": "CommentResponseTypeActionsRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentResponseTypeAlertsRt",
"type": "Object",
"tags": [],
"label": "CommentResponseTypeAlertsRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CommentsResponseRt",
"type": "Object",
"tags": [],
"label": "CommentsResponseRt",
"description": [],
"signature": [
"TypeC",
"<{ comments: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>; page: ",
"NumberC",
"; per_page: ",
"NumberC",
"; total: ",
"NumberC",
"; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ConnectorFieldsRt",
"type": "Object",
"tags": [],
"label": "ConnectorFieldsRt",
"description": [],
"signature": [
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ConnectorMappingsAttributesRT",
"type": "Object",
"tags": [],
"label": "ConnectorMappingsAttributesRT",
"description": [],
"signature": [
"TypeC",
"<{ action_type: ",
"UnionC",
"<[",
"LiteralC",
"<\"append\">, ",
"LiteralC",
"<\"nothing\">, ",
"LiteralC",
"<\"overwrite\">]>; source: ",
"UnionC",
"<[",
"LiteralC",
"<\"title\">, ",
"LiteralC",
"<\"description\">, ",
"LiteralC",
"<\"comments\">]>; target: ",
"UnionC",
"<[",
"StringC",
", ",
"LiteralC",
"<\"not_mapped\">]>; }>"
],
"path": "x-pack/plugins/cases/common/api/connectors/mappings.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ConnectorMappingsRt",
"type": "Object",
"tags": [],
"label": "ConnectorMappingsRt",
"description": [],
"signature": [
"TypeC",
"<{ mappings: ",
"ArrayC",
"<",
"TypeC",
"<{ action_type: ",
"UnionC",
"<[",
"LiteralC",
"<\"append\">, ",
"LiteralC",
"<\"nothing\">, ",
"LiteralC",
"<\"overwrite\">]>; source: ",
"UnionC",
"<[",
"LiteralC",
"<\"title\">, ",
"LiteralC",
"<\"description\">, ",
"LiteralC",
"<\"comments\">]>; target: ",
"UnionC",
"<[",
"StringC",
", ",
"LiteralC",
"<\"not_mapped\">]>; }>>; owner: ",
"StringC",
"; }>"
],
"path": "x-pack/plugins/cases/common/api/connectors/mappings.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ConnectorTypeFieldsRt",
"type": "Object",
"tags": [],
"label": "ConnectorTypeFieldsRt",
"description": [],
"signature": [
"UnionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none>; fields: ",
"NullC",
"; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>, ",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane>; fields: ",
"UnionC",
"<[",
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>, ",
"NullC",
"]>; }>]>"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ContextTypeUserRt",
"type": "Object",
"tags": [],
"label": "ContextTypeUserRt",
"description": [],
"signature": [
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ExternalServiceResponseRt",
"type": "Object",
"tags": [],
"label": "ExternalServiceResponseRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"TypeC",
"<{ title: ",
"StringC",
"; id: ",
"StringC",
"; pushedDate: ",
"StringC",
"; url: ",
"StringC",
"; }>, ",
"PartialC",
"<{ comments: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"TypeC",
"<{ commentId: ",
"StringC",
"; pushedDate: ",
"StringC",
"; }>, ",
"PartialC",
"<{ externalCommentId: ",
"StringC",
"; }>]>>; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.FindQueryParamsRt",
"type": "Object",
"tags": [],
"label": "FindQueryParamsRt",
"description": [],
"signature": [
"PartialC",
"<{ subCaseId: ",
"StringC",
"; defaultSearchOperator: ",
"UnionC",
"<[",
"LiteralC",
"<\"AND\">, ",
"LiteralC",
"<\"OR\">]>; hasReferenceOperator: ",
"UnionC",
"<[",
"LiteralC",
"<\"AND\">, ",
"LiteralC",
"<\"OR\">]>; hasReference: ",
"UnionC",
"<[",
"ArrayC",
"<",
"TypeC",
"<{ id: ",
"StringC",
"; type: ",
"StringC",
"; }>>, ",
"TypeC",
"<{ id: ",
"StringC",
"; type: ",
"StringC",
"; }>]>; fields: ",
"ArrayC",
"<",
"StringC",
">; filter: ",
"StringC",
"; page: ",
"Type",
"<number, string, unknown>; perPage: ",
"Type",
"<number, string, unknown>; search: ",
"StringC",
"; searchFields: ",
"ArrayC",
"<",
"StringC",
">; sortField: ",
"StringC",
"; sortOrder: ",
"UnionC",
"<[",
"LiteralC",
"<\"desc\">, ",
"LiteralC",
"<\"asc\">]>; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/comment.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.GetCaseIdsByAlertIdAggsRt",
"type": "Object",
"tags": [],
"label": "GetCaseIdsByAlertIdAggsRt",
"description": [],
"signature": [
"TypeC",
"<{ references: ",
"TypeC",
"<{ doc_count: ",
"NumberC",
"; caseIds: ",
"TypeC",
"<{ buckets: ",
"ArrayC",
"<",
"TypeC",
"<{ key: ",
"StringC",
"; }>>; }>; }>; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.GetConfigureFindRequestRt",
"type": "Object",
"tags": [],
"label": "GetConfigureFindRequestRt",
"description": [],
"signature": [
"PartialC",
"<{ owner: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.JiraFieldsRT",
"type": "Object",
"tags": [],
"label": "JiraFieldsRT",
"description": [],
"signature": [
"TypeC",
"<{ issueType: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; parent: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>"
],
"path": "x-pack/plugins/cases/common/api/connectors/jira.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.NumberFromString",
"type": "Object",
"tags": [],
"label": "NumberFromString",
"description": [],
"signature": [
"Type",
"<number, string, unknown>"
],
"path": "x-pack/plugins/cases/common/api/saved_object.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ResilientFieldsRT",
"type": "Object",
"tags": [],
"label": "ResilientFieldsRT",
"description": [],
"signature": [
"TypeC",
"<{ incidentTypes: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"NullC",
"]>; severityCode: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>"
],
"path": "x-pack/plugins/cases/common/api/connectors/resilient.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SavedObjectFindOptionsRt",
"type": "Object",
"tags": [],
"label": "SavedObjectFindOptionsRt",
"description": [],
"signature": [
"PartialC",
"<{ defaultSearchOperator: ",
"UnionC",
"<[",
"LiteralC",
"<\"AND\">, ",
"LiteralC",
"<\"OR\">]>; hasReferenceOperator: ",
"UnionC",
"<[",
"LiteralC",
"<\"AND\">, ",
"LiteralC",
"<\"OR\">]>; hasReference: ",
"UnionC",
"<[",
"ArrayC",
"<",
"TypeC",
"<{ id: ",
"StringC",
"; type: ",
"StringC",
"; }>>, ",
"TypeC",
"<{ id: ",
"StringC",
"; type: ",
"StringC",
"; }>]>; fields: ",
"ArrayC",
"<",
"StringC",
">; filter: ",
"StringC",
"; page: ",
"Type",
"<number, string, unknown>; perPage: ",
"Type",
"<number, string, unknown>; search: ",
"StringC",
"; searchFields: ",
"ArrayC",
"<",
"StringC",
">; sortField: ",
"StringC",
"; sortOrder: ",
"UnionC",
"<[",
"LiteralC",
"<\"desc\">, ",
"LiteralC",
"<\"asc\">]>; }>"
],
"path": "x-pack/plugins/cases/common/api/saved_object.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ServiceNowITSMFieldsRT",
"type": "Object",
"tags": [],
"label": "ServiceNowITSMFieldsRT",
"description": [],
"signature": [
"TypeC",
"<{ impact: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; severity: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; urgency: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>"
],
"path": "x-pack/plugins/cases/common/api/connectors/servicenow_itsm.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ServiceNowSIRFieldsRT",
"type": "Object",
"tags": [],
"label": "ServiceNowSIRFieldsRT",
"description": [],
"signature": [
"TypeC",
"<{ category: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; destIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareHash: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; malwareUrl: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; priority: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; sourceIp: ",
"UnionC",
"<[",
"BooleanC",
", ",
"NullC",
"]>; subcategory: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>"
],
"path": "x-pack/plugins/cases/common/api/connectors/servicenow_sir.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCaseAttributesRt",
"type": "Object",
"tags": [],
"label": "SubCaseAttributesRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"TypeC",
"<{ status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; }>, ",
"TypeC",
"<{ closed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; closed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; created_at: ",
"StringC",
"; created_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; owner: ",
"StringC",
"; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/sub_case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCasePatchRequestRt",
"type": "Object",
"tags": [],
"label": "SubCasePatchRequestRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"PartialC",
"<{ status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; }>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/sub_case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCaseResponseRt",
"type": "Object",
"tags": [],
"label": "SubCaseResponseRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; }>, ",
"TypeC",
"<{ closed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; closed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; created_at: ",
"StringC",
"; created_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; owner: ",
"StringC",
"; }>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; totalComment: ",
"NumberC",
"; totalAlerts: ",
"NumberC",
"; version: ",
"StringC",
"; }>, ",
"PartialC",
"<{ comments: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/sub_case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCasesFindRequestRt",
"type": "Object",
"tags": [],
"label": "SubCasesFindRequestRt",
"description": [],
"signature": [
"PartialC",
"<{ status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; defaultSearchOperator: ",
"UnionC",
"<[",
"LiteralC",
"<\"AND\">, ",
"LiteralC",
"<\"OR\">]>; fields: ",
"ArrayC",
"<",
"StringC",
">; page: ",
"Type",
"<number, string, unknown>; perPage: ",
"Type",
"<number, string, unknown>; search: ",
"StringC",
"; searchFields: ",
"ArrayC",
"<",
"StringC",
">; sortField: ",
"StringC",
"; sortOrder: ",
"UnionC",
"<[",
"LiteralC",
"<\"desc\">, ",
"LiteralC",
"<\"asc\">]>; owner: ",
"StringC",
"; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/sub_case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCasesFindResponseRt",
"type": "Object",
"tags": [],
"label": "SubCasesFindResponseRt",
"description": [],
"signature": [
"IntersectionC",
"<[",
"TypeC",
"<{ subCases: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; }>, ",
"TypeC",
"<{ closed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; closed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; created_at: ",
"StringC",
"; created_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; owner: ",
"StringC",
"; }>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; totalComment: ",
"NumberC",
"; totalAlerts: ",
"NumberC",
"; version: ",
"StringC",
"; }>, ",
"PartialC",
"<{ comments: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>; }>]>>; page: ",
"NumberC",
"; per_page: ",
"NumberC",
"; total: ",
"NumberC",
"; }>, ",
"TypeC",
"<{ count_open_cases: ",
"NumberC",
"; count_in_progress_cases: ",
"NumberC",
"; count_closed_cases: ",
"NumberC",
"; }>]>"
],
"path": "x-pack/plugins/cases/common/api/cases/sub_case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCasesPatchRequestRt",
"type": "Object",
"tags": [],
"label": "SubCasesPatchRequestRt",
"description": [],
"signature": [
"TypeC",
"<{ subCases: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"PartialC",
"<{ status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; }>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/sub_case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SubCasesResponseRt",
"type": "Object",
"tags": [],
"label": "SubCasesResponseRt",
"description": [],
"signature": [
"ArrayC",
"<",
"IntersectionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ status: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".open>, ",
"LiteralC",
"<typeof ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"[\"in-progress\"]>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
".closed>]>; }>, ",
"TypeC",
"<{ closed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; closed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; created_at: ",
"StringC",
"; created_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; owner: ",
"StringC",
"; }>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; totalComment: ",
"NumberC",
"; totalAlerts: ",
"NumberC",
"; version: ",
"StringC",
"; }>, ",
"PartialC",
"<{ comments: ",
"ArrayC",
"<",
"IntersectionC",
"<[",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ comment: ",
"StringC",
"; type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".user>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".generatedAlert>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".alert>]>; alertId: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; index: ",
"UnionC",
"<[",
"ArrayC",
"<",
"StringC",
">, ",
"StringC",
"]>; rule: ",
"TypeC",
"<{ id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; name: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>, ",
"IntersectionC",
"<[",
"TypeC",
"<{ type: ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CommentType",
"text": "CommentType"
},
".actions>; comment: ",
"StringC",
"; actions: ",
"TypeC",
"<{ targets: ",
"ArrayC",
"<",
"TypeC",
"<{ hostname: ",
"StringC",
"; endpointId: ",
"StringC",
"; }>>; type: ",
"StringC",
"; }>; owner: ",
"StringC",
"; }>, ",
"TypeC",
"<{ associationType: ",
"UnionC",
"<[",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".case>, ",
"LiteralC",
"<",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.AssociationType",
"text": "AssociationType"
},
".subCase>]>; created_at: ",
"StringC",
"; created_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; owner: ",
"StringC",
"; pushed_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; pushed_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; updated_by: ",
"UnionC",
"<[",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>, ",
"NullC",
"]>; }>]>]>, ",
"TypeC",
"<{ id: ",
"StringC",
"; version: ",
"StringC",
"; }>]>>; }>]>>"
],
"path": "x-pack/plugins/cases/common/api/cases/sub_case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.SwimlaneFieldsRT",
"type": "Object",
"tags": [],
"label": "SwimlaneFieldsRT",
"description": [],
"signature": [
"TypeC",
"<{ caseId: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; }>"
],
"path": "x-pack/plugins/cases/common/api/connectors/swimlane.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.UserRT",
"type": "Object",
"tags": [],
"label": "UserRT",
"description": [],
"signature": [
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>"
],
"path": "x-pack/plugins/cases/common/api/user.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.UsersRt",
"type": "Object",
"tags": [],
"label": "UsersRt",
"description": [],
"signature": [
"ArrayC",
"<",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>>"
],
"path": "x-pack/plugins/cases/common/api/user.ts",
"deprecated": false,
"initialIsOpen": false
}
]
}
}