{ "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": "@kbn/core-plugins-browser", "scope": "common", "docId": "kibKbnCorePluginsBrowserPluginApi", "section": "def-common.Plugin", "text": "Plugin" }, "" ], "path": "x-pack/plugins/cases/public/plugin.ts", "deprecated": false, "trackAdoption": 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, "trackAdoption": false, "children": [ { "parentPluginId": "cases", "id": "def-public.CasesUiPlugin.Unnamed.$1", "type": "Object", "tags": [], "label": "initializerContext", "description": [], "signature": [ { "pluginId": "@kbn/core-plugins-browser", "scope": "common", "docId": "kibKbnCorePluginsBrowserPluginApi", "section": "def-common.PluginInitializerContext", "text": "PluginInitializerContext" }, "" ], "path": "x-pack/plugins/cases/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "cases", "id": "def-public.CasesUiPlugin.setup", "type": "Function", "tags": [], "label": "setup", "description": [], "signature": [ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", "scope": "common", "docId": "kibKbnCoreLifecycleBrowserPluginApi", "section": "def-common.CoreSetup", "text": "CoreSetup" }, ", plugins: ", "CasesPluginSetup", ") => ", { "pluginId": "cases", "scope": "public", "docId": "kibCasesPluginApi", "section": "def-public.CasesUiSetup", "text": "CasesUiSetup" } ], "path": "x-pack/plugins/cases/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "cases", "id": "def-public.CasesUiPlugin.setup.$1", "type": "Object", "tags": [], "label": "core", "description": [], "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", "scope": "common", "docId": "kibKbnCoreLifecycleBrowserPluginApi", "section": "def-common.CoreSetup", "text": "CoreSetup" }, "" ], "path": "x-pack/plugins/cases/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "cases", "id": "def-public.CasesUiPlugin.setup.$2", "type": "Object", "tags": [], "label": "plugins", "description": [], "signature": [ "CasesPluginSetup" ], "path": "x-pack/plugins/cases/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "cases", "id": "def-public.CasesUiPlugin.start", "type": "Function", "tags": [], "label": "start", "description": [], "signature": [ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", "scope": "common", "docId": "kibKbnCoreLifecycleBrowserPluginApi", "section": "def-common.CoreStart", "text": "CoreStart" }, ", plugins: ", "CasesPluginStart", ") => ", { "pluginId": "cases", "scope": "public", "docId": "kibCasesPluginApi", "section": "def-public.CasesUiStart", "text": "CasesUiStart" } ], "path": "x-pack/plugins/cases/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "cases", "id": "def-public.CasesUiPlugin.start.$1", "type": "Object", "tags": [], "label": "core", "description": [], "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", "scope": "common", "docId": "kibKbnCoreLifecycleBrowserPluginApi", "section": "def-common.CoreStart", "text": "CoreStart" } ], "path": "x-pack/plugins/cases/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "cases", "id": "def-public.CasesUiPlugin.start.$2", "type": "Object", "tags": [], "label": "plugins", "description": [], "signature": [ "CasesPluginStart" ], "path": "x-pack/plugins/cases/public/plugin.ts", "deprecated": false, "trackAdoption": 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, "trackAdoption": false, "children": [], "returnComment": [] } ], "initialIsOpen": false } ], "functions": [ { "parentPluginId": "cases", "id": "def-public.generateCaseViewPath", "type": "Function", "tags": [], "label": "generateCaseViewPath", "description": [], "signature": [ "(params: ", "CaseViewPathParams", ") => string" ], "path": "x-pack/plugins/cases/public/common/navigation/paths.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "cases", "id": "def-public.generateCaseViewPath.$1", "type": "CompoundType", "tags": [], "label": "params", "description": [], "signature": [ "CaseViewPathParams" ], "path": "x-pack/plugins/cases/public/common/navigation/paths.ts", "deprecated": false, "trackAdoption": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-public.getCasesConfigurePath", "type": "Function", "tags": [], "label": "getCasesConfigurePath", "description": [], "signature": [ "(casesBasePath: string) => string" ], "path": "x-pack/plugins/cases/public/common/navigation/paths.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "cases", "id": "def-public.getCasesConfigurePath.$1", "type": "string", "tags": [], "label": "casesBasePath", "description": [], "signature": [ "string" ], "path": "x-pack/plugins/cases/public/common/navigation/paths.ts", "deprecated": false, "trackAdoption": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-public.getCasesDeepLinks", "type": "Function", "tags": [], "label": "getCasesDeepLinks", "description": [], "signature": [ "({ basePath, extend, }: { basePath?: string | undefined; extend?: Partial>> | undefined; }) => { id: \"cases\"; path: string; deepLinks: ({ id: \"cases_create\"; path: string; title: any; keywords?: T[\"keywords\"] | undefined; navLinkStatus?: T[\"navLinkStatus\"] | undefined; searchable?: T[\"searchable\"] | undefined; order?: T[\"order\"] | undefined; tooltip?: T[\"tooltip\"] | undefined; euiIconType?: T[\"euiIconType\"] | undefined; icon?: T[\"icon\"] | undefined; deepLinks?: T[\"deepLinks\"] | undefined; } | { id: \"cases_configure\"; path: string; title: any; keywords?: T[\"keywords\"] | undefined; navLinkStatus?: T[\"navLinkStatus\"] | undefined; searchable?: T[\"searchable\"] | undefined; order?: T[\"order\"] | undefined; tooltip?: T[\"tooltip\"] | undefined; euiIconType?: T[\"euiIconType\"] | undefined; icon?: T[\"icon\"] | undefined; deepLinks?: T[\"deepLinks\"] | undefined; })[]; title: any; keywords?: T[\"keywords\"] | undefined; navLinkStatus?: T[\"navLinkStatus\"] | undefined; searchable?: T[\"searchable\"] | undefined; order?: T[\"order\"] | undefined; tooltip?: T[\"tooltip\"] | undefined; euiIconType?: T[\"euiIconType\"] | undefined; icon?: T[\"icon\"] | undefined; }" ], "path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "cases", "id": "def-public.getCasesDeepLinks.$1", "type": "Object", "tags": [], "label": "{\n basePath = DEFAULT_BASE_PATH,\n extend = {},\n}", "description": [], "path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "cases", "id": "def-public.getCasesDeepLinks.$1.basePath", "type": "string", "tags": [], "label": "basePath", "description": [], "signature": [ "string | undefined" ], "path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "cases", "id": "def-public.getCasesDeepLinks.$1.extend", "type": "Object", "tags": [], "label": "extend", "description": [], "signature": [ "Partial>> | undefined" ], "path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts", "deprecated": false, "trackAdoption": false } ] } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-public.getCaseViewPath", "type": "Function", "tags": [], "label": "getCaseViewPath", "description": [], "signature": [ "(casesBasePath: string) => string" ], "path": "x-pack/plugins/cases/public/common/navigation/paths.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "cases", "id": "def-public.getCaseViewPath.$1", "type": "string", "tags": [], "label": "casesBasePath", "description": [], "signature": [ "string" ], "path": "x-pack/plugins/cases/public/common/navigation/paths.ts", "deprecated": false, "trackAdoption": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-public.getCreateCasePath", "type": "Function", "tags": [], "label": "getCreateCasePath", "description": [], "signature": [ "(casesBasePath: string) => string" ], "path": "x-pack/plugins/cases/public/common/navigation/paths.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "cases", "id": "def-public.getCreateCasePath.$1", "type": "string", "tags": [], "label": "casesBasePath", "description": [], "signature": [ "string" ], "path": "x-pack/plugins/cases/public/common/navigation/paths.ts", "deprecated": false, "trackAdoption": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false } ], "interfaces": [ { "parentPluginId": "cases", "id": "def-public.CasesUiSetup", "type": "Interface", "tags": [], "label": "CasesUiSetup", "description": [], "path": "x-pack/plugins/cases/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "cases", "id": "def-public.CasesUiSetup.attachmentFramework", "type": "Object", "tags": [], "label": "attachmentFramework", "description": [], "signature": [ "AttachmentFramework" ], "path": "x-pack/plugins/cases/public/types.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false } ], "enums": [], "misc": [ { "parentPluginId": "cases", "id": "def-public.CaseAttachments", "type": "Type", "tags": [], "label": "CaseAttachments", "description": [], "signature": [ { "pluginId": "cases", "scope": "public", "docId": "kibCasesPluginApi", "section": "def-public.SupportedCaseAttachment", "text": "SupportedCaseAttachment" }, "[]" ], "path": "x-pack/plugins/cases/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-public.CaseAttachmentsWithoutOwner", "type": "Type", "tags": [], "label": "CaseAttachmentsWithoutOwner", "description": [], "signature": [ "CaseAttachmentWithoutOwner", "[]" ], "path": "x-pack/plugins/cases/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-public.DRAFT_COMMENT_STORAGE_ID", "type": "string", "tags": [], "label": "DRAFT_COMMENT_STORAGE_ID", "description": [], "signature": [ "\"xpack.cases.commentDraft\"" ], "path": "x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-public.GetAllCasesSelectorModalProps", "type": "Type", "tags": [], "label": "GetAllCasesSelectorModalProps", "description": [], "signature": [ "{ features?: Partial<", "CasesContextFeatures", "> | undefined; onClose?: (() => void) | undefined; basePath?: string | undefined; owner: string[]; permissions: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.CasesPermissions", "text": "CasesPermissions" }, "; releasePhase?: ", "ReleasePhase", " | undefined; hiddenStatuses?: ", "CaseStatusWithAllStatus", "[] | undefined; onRowClick?: ((theCase?: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.Case", "text": "Case" }, " | undefined) => void) | undefined; }" ], "path": "x-pack/plugins/cases/public/client/ui/get_all_cases_selector_modal.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-public.GetCasesProps", "type": "Type", "tags": [], "label": "GetCasesProps", "description": [], "signature": [ "{ features?: Partial<", "CasesContextFeatures", "> | undefined; basePath?: string | undefined; owner: string[]; permissions: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.CasesPermissions", "text": "CasesPermissions" }, "; onComponentInitialized?: (() => void) | undefined; actionsNavigation?: ", "CasesNavigation", " | undefined; ruleDetailsNavigation?: ", "CasesNavigation", " | undefined; showAlertDetails?: ((alertId: string, index: string) => void) | undefined; useFetchAlertData: ", "UseFetchAlertData", "; refreshRef?: React.MutableRefObject<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.CaseViewRefreshPropInterface", "text": "CaseViewRefreshPropInterface" }, "> | undefined; timelineIntegration?: ", "CasesTimelineIntegration", " | undefined; releasePhase?: ", "ReleasePhase", " | undefined; }" ], "path": "x-pack/plugins/cases/public/client/ui/get_cases.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-public.GetCreateCaseFlyoutProps", "type": "Type", "tags": [], "label": "GetCreateCaseFlyoutProps", "description": [], "signature": [ "{ features?: Partial<", "CasesContextFeatures", "> | undefined; onClose?: (() => void) | undefined; basePath?: string | undefined; owner: string[]; permissions: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.CasesPermissions", "text": "CasesPermissions" }, "; releasePhase?: ", "ReleasePhase", " | undefined; afterCaseCreated?: ((theCase: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.Case", "text": "Case" }, ", createAttachments: (args: ", "PostComment", ") => Promise) => Promise) | undefined; onSuccess?: ((theCase: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.Case", "text": "Case" }, ") => Promise) | undefined; attachments?: ", { "pluginId": "cases", "scope": "public", "docId": "kibCasesPluginApi", "section": "def-public.CaseAttachmentsWithoutOwner", "text": "CaseAttachmentsWithoutOwner" }, " | undefined; headerContent?: React.ReactNode; initialValue?: Pick<{ description: string; tags: string[]; title: string; connector: { id: string; } & (({ type: ", "ConnectorTypes", ".casesWebhook; fields: null; } & { name: string; }) | ({ type: ", "ConnectorTypes", ".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; } & { name: string; }) | ({ type: ", "ConnectorTypes", ".none; fields: null; } & { name: string; }) | ({ type: ", "ConnectorTypes", ".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; } & { name: string; }) | ({ type: ", "ConnectorTypes", ".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", "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: ", "ConnectorTypes", ".swimlane; fields: { caseId: string | null; } | null; } & { name: string; })); settings: { syncAlerts: boolean; }; owner: string; } & { assignees?: { uid: string; }[] | undefined; severity?: ", "CaseSeverity", " | undefined; }, \"description\" | \"title\"> | undefined; }" ], "path": "x-pack/plugins/cases/public/client/ui/get_create_case_flyout.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-public.GetRecentCasesProps", "type": "Type", "tags": [], "label": "GetRecentCasesProps", "description": [], "signature": [ "{ features?: Partial<", "CasesContextFeatures", "> | undefined; basePath?: string | undefined; owner: string[]; permissions: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.CasesPermissions", "text": "CasesPermissions" }, "; releasePhase?: ", "ReleasePhase", " | undefined; maxCasesToShow: number; }" ], "path": "x-pack/plugins/cases/public/client/ui/get_recent_cases.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-public.ICasesDeepLinkId", "type": "Type", "tags": [], "label": "ICasesDeepLinkId", "description": [], "signature": [ "\"cases\" | \"cases_create\" | \"cases_configure\"" ], "path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-public.SupportedCaseAttachment", "type": "Type", "tags": [], "label": "SupportedCaseAttachment", "description": [], "signature": [ "{ 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" }, ".alert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } | { externalReferenceId: string; externalReferenceStorage: { type: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.ExternalReferenceStorageType", "text": "ExternalReferenceStorageType" }, ".elasticSearchDoc; }; externalReferenceAttachmentTypeId: string; externalReferenceMetadata: { [x: string]: ", { "pluginId": "@kbn/utility-types", "scope": "server", "docId": "kibKbnUtilityTypesPluginApi", "section": "def-server.JsonValue", "text": "JsonValue" }, "; } | null; type: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.CommentType", "text": "CommentType" }, ".externalReference; owner: string; } | { type: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.CommentType", "text": "CommentType" }, ".persistableState; owner: string; persistableStateAttachmentTypeId: string; persistableStateAttachmentState: { [x: string]: ", { "pluginId": "@kbn/utility-types", "scope": "server", "docId": "kibKbnUtilityTypesPluginApi", "section": "def-server.JsonValue", "text": "JsonValue" }, "; }; }" ], "path": "x-pack/plugins/cases/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false } ], "objects": [ { "parentPluginId": "cases", "id": "def-public.CasesDeepLinkId", "type": "Object", "tags": [], "label": "CasesDeepLinkId", "description": [], "signature": [ "{ readonly cases: \"cases\"; readonly casesCreate: \"cases_create\"; readonly casesConfigure: \"cases_configure\"; }" ], "path": "x-pack/plugins/cases/public/common/navigation/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false } ], "start": { "parentPluginId": "cases", "id": "def-public.CasesUiStart", "type": "Interface", "tags": [], "label": "CasesUiStart", "description": [], "path": "x-pack/plugins/cases/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "cases", "id": "def-public.CasesUiStart.api", "type": "Object", "tags": [], "label": "api", "description": [], "signature": [ "{ getRelatedCases: (alertId: string, query: { owner?: string | string[] | undefined; }) => Promise<{ id: string; title: string; description: string; status: ", { "pluginId": "@kbn/cases-components", "scope": "common", "docId": "kibKbnCasesComponentsPluginApi", "section": "def-common.CaseStatuses", "text": "CaseStatuses" }, "; createdAt: string; totals: { alerts: number; userComments: number; }; }[]>; cases: { find: (query: { tags?: string | string[] | undefined; status?: ", { "pluginId": "@kbn/cases-components", "scope": "common", "docId": "kibKbnCasesComponentsPluginApi", "section": "def-common.CaseStatuses", "text": "CaseStatuses" }, " | undefined; severity?: ", "CaseSeverity", " | undefined; assignees?: string | string[] | undefined; reporters?: string | string[] | undefined; defaultSearchOperator?: \"AND\" | \"OR\" | undefined; fields?: string | string[] | undefined; from?: string | undefined; page?: number | undefined; perPage?: number | undefined; search?: string | undefined; searchFields?: string | string[] | undefined; sortField?: string | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; to?: string | undefined; owner?: string | string[] | undefined; }, signal?: AbortSignal | undefined) => Promise<", "Cases", ">; getCasesStatus: (query: { from?: string | undefined; to?: string | undefined; owner?: string | string[] | undefined; }, signal?: AbortSignal | undefined) => Promise<{ countOpenCases: number; countInProgressCases: number; countClosedCases: number; }>; getCasesMetrics: (query: { features: string[]; } & { from?: string | undefined; to?: string | undefined; owner?: string | string[] | undefined; }, signal?: AbortSignal | undefined) => Promise<{ mttr?: number | null | undefined; }>; }; }" ], "path": "x-pack/plugins/cases/public/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "cases", "id": "def-public.CasesUiStart.ui", "type": "Object", "tags": [], "label": "ui", "description": [], "signature": [ "{ getCases: (props: ", { "pluginId": "cases", "scope": "public", "docId": "kibCasesPluginApi", "section": "def-public.GetCasesProps", "text": "GetCasesProps" }, ") => React.ReactElement<", { "pluginId": "cases", "scope": "public", "docId": "kibCasesPluginApi", "section": "def-public.GetCasesProps", "text": "GetCasesProps" }, ", string | React.JSXElementConstructor>; getCasesContext: () => React.FC<", "GetCasesContextProps", ">; getAllCasesSelectorModal: (props: ", { "pluginId": "cases", "scope": "public", "docId": "kibCasesPluginApi", "section": "def-public.GetAllCasesSelectorModalProps", "text": "GetAllCasesSelectorModalProps" }, ") => React.ReactElement<", { "pluginId": "cases", "scope": "public", "docId": "kibCasesPluginApi", "section": "def-public.GetAllCasesSelectorModalProps", "text": "GetAllCasesSelectorModalProps" }, ", string | React.JSXElementConstructor>; getCreateCaseFlyout: (props: ", { "pluginId": "cases", "scope": "public", "docId": "kibCasesPluginApi", "section": "def-public.GetCreateCaseFlyoutProps", "text": "GetCreateCaseFlyoutProps" }, ") => React.ReactElement<", { "pluginId": "cases", "scope": "public", "docId": "kibCasesPluginApi", "section": "def-public.GetCreateCaseFlyoutProps", "text": "GetCreateCaseFlyoutProps" }, ", string | React.JSXElementConstructor>; getRecentCases: (props: ", { "pluginId": "cases", "scope": "public", "docId": "kibCasesPluginApi", "section": "def-public.GetRecentCasesProps", "text": "GetRecentCasesProps" }, ") => React.ReactElement<", { "pluginId": "cases", "scope": "public", "docId": "kibCasesPluginApi", "section": "def-public.GetRecentCasesProps", "text": "GetRecentCasesProps" }, ", string | React.JSXElementConstructor>; }" ], "path": "x-pack/plugins/cases/public/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "cases", "id": "def-public.CasesUiStart.hooks", "type": "Object", "tags": [], "label": "hooks", "description": [], "signature": [ "{ getUseCasesAddToNewCaseFlyout: (props?: AddToNewCaseFlyoutProps) => { open: ({ attachments, headerContent, }?: { attachments?: ", { "pluginId": "cases", "scope": "public", "docId": "kibCasesPluginApi", "section": "def-public.CaseAttachmentsWithoutOwner", "text": "CaseAttachmentsWithoutOwner" }, " | undefined; headerContent?: React.ReactNode; }) => void; close: () => void; }; getUseCasesAddToExistingCaseModal: (props?: AddToExistingFlyoutProps) => { open: ({ attachments }?: { attachments?: ", { "pluginId": "cases", "scope": "public", "docId": "kibCasesPluginApi", "section": "def-public.CaseAttachmentsWithoutOwner", "text": "CaseAttachmentsWithoutOwner" }, " | undefined; }) => void; close: () => void; }; }" ], "path": "x-pack/plugins/cases/public/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "cases", "id": "def-public.CasesUiStart.helpers", "type": "Object", "tags": [], "label": "helpers", "description": [], "signature": [ "{ canUseCases: (owners?: ", "CasesOwners", "[]) => ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.CasesPermissions", "text": "CasesPermissions" }, "; getUICapabilities: (featureCapabilities?: Partial>> | undefined) => ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.CasesPermissions", "text": "CasesPermissions" }, "; getRuleIdFromEvent: (event: Event) => { id: string; name: string; }; groupAlertsByRule: (items: Event[]) => ", { "pluginId": "cases", "scope": "public", "docId": "kibCasesPluginApi", "section": "def-public.CaseAttachmentsWithoutOwner", "text": "CaseAttachmentsWithoutOwner" }, "; }" ], "path": "x-pack/plugins/cases/public/types.ts", "deprecated": false, "trackAdoption": false } ], "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, "trackAdoption": 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, "trackAdoption": 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, "trackAdoption": 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, "trackAdoption": 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, "trackAdoption": 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, "trackAdoption": 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, "trackAdoption": false }, { "parentPluginId": "cases", "id": "def-server.CasesClient.metrics", "type": "Object", "tags": [], "label": "metrics", "description": [ "\nRetrieves an interface for retrieving metrics related to the cases entities." ], "signature": [ "MetricsSubClient" ], "path": "x-pack/plugins/cases/server/client/client.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false } ], "functions": [], "interfaces": [ { "parentPluginId": "cases", "id": "def-server.PluginSetupContract", "type": "Interface", "tags": [], "label": "PluginSetupContract", "description": [], "path": "x-pack/plugins/cases/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "cases", "id": "def-server.PluginSetupContract.attachmentFramework", "type": "Object", "tags": [], "label": "attachmentFramework", "description": [], "signature": [ "AttachmentFramework" ], "path": "x-pack/plugins/cases/server/types.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false }, { "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/types.ts", "deprecated": false, "trackAdoption": 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": "@kbn/core-http-server", "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => Promise<", { "pluginId": "cases", "scope": "server", "docId": "kibCasesPluginApi", "section": "def-server.CasesClient", "text": "CasesClient" }, ">" ], "path": "x-pack/plugins/cases/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "cases", "id": "def-server.PluginStartContract.getCasesClientWithRequest.$1", "type": "Object", "tags": [], "label": "request", "description": [ "a KibanaRequest" ], "signature": [ { "pluginId": "@kbn/core-http-server", "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" ], "path": "x-pack/plugins/cases/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true } ], "returnComment": [ "a {@link CasesClient }" ] } ], "initialIsOpen": false } ], "enums": [], "misc": [], "objects": [] }, "common": { "classes": [], "functions": [ { "parentPluginId": "cases", "id": "def-common.createUICapabilities", "type": "Function", "tags": [], "label": "createUICapabilities", "description": [ "\nReturn the UI capabilities for each type of operation. These strings must match the values defined in the UI\nhere: x-pack/plugins/cases/public/client/helpers/capabilities.ts" ], "signature": [ "() => { all: readonly [\"create_cases\", \"read_cases\", \"update_cases\", \"push_cases\"]; read: readonly [\"read_cases\"]; delete: readonly [\"delete_cases\"]; }" ], "path": "x-pack/plugins/cases/common/utils/capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [], "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, "trackAdoption": false, "children": [], "returnComment": [ "All connectors endpoint" ], "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, "trackAdoption": 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, "trackAdoption": 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, "trackAdoption": false, "children": [], "returnComment": [ "Create connector endpoint" ], "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, "trackAdoption": 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, "trackAdoption": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false } ], "interfaces": [ { "parentPluginId": "cases", "id": "def-common.CasesPermissions", "type": "Interface", "tags": [], "label": "CasesPermissions", "description": [], "path": "x-pack/plugins/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "cases", "id": "def-common.CasesPermissions.all", "type": "boolean", "tags": [], "label": "all", "description": [], "path": "x-pack/plugins/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "cases", "id": "def-common.CasesPermissions.create", "type": "boolean", "tags": [], "label": "create", "description": [], "path": "x-pack/plugins/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "cases", "id": "def-common.CasesPermissions.read", "type": "boolean", "tags": [], "label": "read", "description": [], "path": "x-pack/plugins/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "cases", "id": "def-common.CasesPermissions.update", "type": "boolean", "tags": [], "label": "update", "description": [], "path": "x-pack/plugins/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "cases", "id": "def-common.CasesPermissions.delete", "type": "boolean", "tags": [], "label": "delete", "description": [], "path": "x-pack/plugins/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "cases", "id": "def-common.CasesPermissions.push", "type": "boolean", "tags": [], "label": "push", "description": [], "path": "x-pack/plugins/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": 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, "trackAdoption": 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, "trackAdoption": 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, "trackAdoption": false }, { "parentPluginId": "cases", "id": "def-common.Ecs.signal", "type": "Object", "tags": [], "label": "signal", "description": [], "signature": [ "SignalEcs", " | undefined" ], "path": "x-pack/plugins/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "cases", "id": "def-common.Ecs.kibana", "type": "Object", "tags": [], "label": "kibana", "description": [], "signature": [ "{ alert: ", "SignalEcsAAD", "; } | undefined" ], "path": "x-pack/plugins/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false } ], "enums": [ { "parentPluginId": "cases", "id": "def-common.CaseStatuses", "type": "Enum", "tags": [], "label": "CaseStatuses", "description": [], "path": "packages/kbn-cases-components/src/status/types.ts", "deprecated": false, "trackAdoption": 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, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-common.ExternalReferenceStorageType", "type": "Enum", "tags": [], "label": "ExternalReferenceStorageType", "description": [], "path": "x-pack/plugins/cases/common/api/cases/comment.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false } ], "misc": [ { "parentPluginId": "cases", "id": "def-common.Case", "type": "Type", "tags": [], "label": "Case", "description": [], "signature": [ "Omit<{ description: string; status: ", { "pluginId": "@kbn/cases-components", "scope": "common", "docId": "kibKbnCasesComponentsPluginApi", "section": "def-common.CaseStatuses", "text": "CaseStatuses" }, "; tags: string[]; title: string; connector: { id: string; type: ", "ConnectorTypes", ".casesWebhook; fields: null; name: string; } | { id: string; type: ", "ConnectorTypes", ".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; name: string; } | { id: string; type: ", "ConnectorTypes", ".none; fields: null; name: string; } | { id: string; type: ", "ConnectorTypes", ".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; name: string; } | { id: string; type: ", "ConnectorTypes", ".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; name: string; } | { id: string; type: ", "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; } | { id: string; type: ", "ConnectorTypes", ".swimlane; fields: { caseId: string | null; } | null; name: string; }; settings: { syncAlerts: boolean; }; owner: string; severity: ", "CaseSeverity", "; assignees: { uid: string; }[]; duration: number | null; closedAt: string | null; closedBy: { email: string | null | undefined; fullName: string | null | undefined; username: string | null | undefined; profileUid?: string | undefined; } | null; createdAt: string; createdBy: { email: string | null | undefined; fullName: string | null | undefined; username: string | null | undefined; profileUid?: string | undefined; }; externalService: { connectorId: string; connectorName: string; externalId: string; externalTitle: string; externalUrl: string; pushedAt: string; pushedBy: { email: string | null | undefined; fullName: string | null | undefined; username: string | null | undefined; profileUid?: string | undefined; }; } | null; updatedAt: string | null; updatedBy: { email: string | null | undefined; fullName: string | null | undefined; username: string | null | undefined; profileUid?: string | undefined; } | null; 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; } & { created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }; owner: string; pushed_at: string | null; pushed_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; updated_at: string | null; updated_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; }) | ({ type: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.CommentType", "text": "CommentType" }, ".alert; alertId: string | string[]; index: string | string[]; rule: { id: string | null; name: string | null; }; owner: string; } & { created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }; owner: string; pushed_at: string | null; pushed_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; updated_at: string | null; updated_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | 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; } & { created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }; owner: string; pushed_at: string | null; pushed_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; updated_at: string | null; updated_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; }) | (({ externalReferenceId: string; externalReferenceStorage: { type: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.ExternalReferenceStorageType", "text": "ExternalReferenceStorageType" }, ".elasticSearchDoc; }; externalReferenceAttachmentTypeId: string; externalReferenceMetadata: { [x: string]: ", { "pluginId": "@kbn/utility-types", "scope": "server", "docId": "kibKbnUtilityTypesPluginApi", "section": "def-server.JsonValue", "text": "JsonValue" }, "; } | null; type: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.CommentType", "text": "CommentType" }, ".externalReference; owner: string; } | { externalReferenceId: string; externalReferenceStorage: { type: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.ExternalReferenceStorageType", "text": "ExternalReferenceStorageType" }, ".savedObject; soType: string; }; externalReferenceAttachmentTypeId: string; externalReferenceMetadata: { [x: string]: ", { "pluginId": "@kbn/utility-types", "scope": "server", "docId": "kibKbnUtilityTypesPluginApi", "section": "def-server.JsonValue", "text": "JsonValue" }, "; } | null; type: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.CommentType", "text": "CommentType" }, ".externalReference; owner: string; }) & { created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }; owner: string; pushed_at: string | null; pushed_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; updated_at: string | null; updated_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; }) | ({ type: ", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", "section": "def-common.CommentType", "text": "CommentType" }, ".persistableState; owner: string; persistableStateAttachmentTypeId: string; persistableStateAttachmentState: { [x: string]: ", { "pluginId": "@kbn/utility-types", "scope": "server", "docId": "kibKbnUtilityTypesPluginApi", "section": "def-server.JsonValue", "text": "JsonValue" }, "; }; } & { created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }; owner: string; pushed_at: string | null; pushed_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; updated_at: string | null; updated_by: ({ email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } & { profile_uid?: string | undefined; }) | null; })) & { id: string; version: string; })[] | undefined; }, \"comments\"> & { comments: ", "Comment", "[]; }" ], "path": "x-pack/plugins/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": 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, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-common.CasesFeatures", "type": "Type", "tags": [], "label": "CasesFeatures", "description": [], "signature": [ "{ alerts?: { sync?: boolean | undefined; enabled?: boolean | undefined; isExperimental?: boolean | undefined; } | undefined; metrics?: ", "SingleCaseMetricsFeature", "[] | undefined; }" ], "path": "x-pack/plugins/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": 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": [ "{ refreshCase: () => Promise; } | null" ], "path": "x-pack/plugins/cases/common/ui/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-common.CREATE_CASES_CAPABILITY", "type": "string", "tags": [], "label": "CREATE_CASES_CAPABILITY", "description": [ "\nCases UI Capabilities" ], "signature": [ "\"create_cases\"" ], "path": "x-pack/plugins/cases/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-common.DELETE_CASES_CAPABILITY", "type": "string", "tags": [], "label": "DELETE_CASES_CAPABILITY", "description": [], "signature": [ "\"delete_cases\"" ], "path": "x-pack/plugins/cases/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-common.GENERAL_CASES_OWNER", "type": "string", "tags": [], "label": "GENERAL_CASES_OWNER", "description": [], "signature": [ "\"cases\"" ], "path": "x-pack/plugins/cases/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-common.OBSERVABILITY_OWNER", "type": "string", "tags": [], "label": "OBSERVABILITY_OWNER", "description": [], "signature": [ "\"observability\"" ], "path": "x-pack/plugins/cases/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-common.PUSH_CASES_CAPABILITY", "type": "string", "tags": [], "label": "PUSH_CASES_CAPABILITY", "description": [], "signature": [ "\"push_cases\"" ], "path": "x-pack/plugins/cases/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-common.READ_CASES_CAPABILITY", "type": "string", "tags": [], "label": "READ_CASES_CAPABILITY", "description": [], "signature": [ "\"read_cases\"" ], "path": "x-pack/plugins/cases/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-common.SECURITY_SOLUTION_OWNER", "type": "string", "tags": [], "label": "SECURITY_SOLUTION_OWNER", "description": [ "\nOwner" ], "signature": [ "\"securitySolution\"" ], "path": "x-pack/plugins/cases/common/constants.ts", "deprecated": false, "trackAdoption": 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, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "cases", "id": "def-common.UPDATE_CASES_CAPABILITY", "type": "string", "tags": [], "label": "UPDATE_CASES_CAPABILITY", "description": [], "signature": [ "\"update_cases\"" ], "path": "x-pack/plugins/cases/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false } ], "objects": [] } }