mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
376 lines
No EOL
13 KiB
JSON
376 lines
No EOL
13 KiB
JSON
{
|
|
"id": "cloudSecurityPosture",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-public.getSecuritySolutionLink",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSecuritySolutionLink",
|
|
"description": [
|
|
"\nGets the cloud security posture link properties of a CSP page for navigation in the security solution."
|
|
],
|
|
"signature": [
|
|
"<TId extends string = ",
|
|
{
|
|
"pluginId": "cloudSecurityPosture",
|
|
"scope": "public",
|
|
"docId": "kibCloudSecurityPosturePluginApi",
|
|
"section": "def-public.CloudSecurityPosturePageId",
|
|
"text": "CloudSecurityPosturePageId"
|
|
},
|
|
">(cloudSecurityPosturePage: ",
|
|
"CspPage",
|
|
") => CloudSecurityPostureLinkItem<TId>"
|
|
],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/public/common/navigation/security_solution_links.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-public.getSecuritySolutionLink.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "cloudSecurityPosturePage",
|
|
"description": [
|
|
"the name of the cloud posture page."
|
|
],
|
|
"signature": [
|
|
"CspPage"
|
|
],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/public/common/navigation/security_solution_links.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-public.CspSecuritySolutionContext",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CspSecuritySolutionContext",
|
|
"description": [
|
|
"\nMethods exposed from the security solution to the cloud security posture application."
|
|
],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-public.CspSecuritySolutionContext.getFiltersGlobalComponent",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getFiltersGlobalComponent",
|
|
"description": [
|
|
"Gets the `FiltersGlobal` component for embedding a filter bar in the security solution application."
|
|
],
|
|
"signature": [
|
|
"() => React.ComponentType<{ children: React.ReactNode; }>"
|
|
],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-public.CspSecuritySolutionContext.getSpyRouteComponent",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getSpyRouteComponent",
|
|
"description": [
|
|
"Gets the `SpyRoute` component for navigation highlighting and breadcrumbs."
|
|
],
|
|
"signature": [
|
|
"() => React.ComponentType<{ pageName: ",
|
|
{
|
|
"pluginId": "cloudSecurityPosture",
|
|
"scope": "public",
|
|
"docId": "kibCloudSecurityPosturePluginApi",
|
|
"section": "def-public.CloudSecurityPosturePageId",
|
|
"text": "CloudSecurityPosturePageId"
|
|
},
|
|
"; state?: Record<string, string | undefined> | undefined; }>"
|
|
],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-public.CspSecuritySolutionContext.useExpandableFlyoutApi",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useExpandableFlyoutApi",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => ",
|
|
{
|
|
"pluginId": "@kbn/expandable-flyout",
|
|
"scope": "public",
|
|
"docId": "kibKbnExpandableFlyoutPluginApi",
|
|
"section": "def-public.ExpandableFlyoutApi",
|
|
"text": "ExpandableFlyoutApi"
|
|
},
|
|
") | undefined"
|
|
],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-public.CspSecuritySolutionContext.useOnExpandableFlyoutClose",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useOnExpandableFlyoutClose",
|
|
"description": [],
|
|
"signature": [
|
|
"(({ callback }: ",
|
|
"UseOnCloseParams",
|
|
") => void) | undefined"
|
|
],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-public.CspSecuritySolutionContext.useOnExpandableFlyoutClose.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ callback }",
|
|
"description": [],
|
|
"signature": [
|
|
"UseOnCloseParams"
|
|
],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-public.CloudSecurityPosturePageId",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CloudSecurityPosturePageId",
|
|
"description": [
|
|
"\nAll the IDs for the cloud security posture pages.\nThis needs to match the cloud security posture page entries in `SecurityPageName` in `x-pack/solutions/security/plugins/security_solution/common/constants.ts`."
|
|
],
|
|
"signature": [
|
|
"\"cloud_security_posture-dashboard\" | \"cloud_security_posture-cspm-dashboard\" | \"cloud_security_posture-kspm-dashboard\" | \"cloud_security_posture-vulnerability_dashboard\" | \"cloud_security_posture-findings\" | \"cloud_security_posture-benchmarks\" | \"cloud_security_posture-benchmarks-rules\""
|
|
],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/public/common/navigation/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-public.CspClientPluginSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CspClientPluginSetup",
|
|
"description": [
|
|
"\nThe cloud security posture's public plugin setup interface."
|
|
],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-public.CspClientPluginStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CspClientPluginStart",
|
|
"description": [
|
|
"\nThe cloud security posture's public plugin start interface."
|
|
],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-public.CspClientPluginStart.getCloudSecurityPostureRouter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCloudSecurityPostureRouter",
|
|
"description": [
|
|
"Gets the cloud security posture router component for embedding in the security solution."
|
|
],
|
|
"signature": [
|
|
"() => React.ComponentType<",
|
|
"CspRouterProps",
|
|
">"
|
|
],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-public.CspClientPluginStart.getCloudSecurityPostureMisconfigurationFlyout",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCloudSecurityPostureMisconfigurationFlyout",
|
|
"description": [],
|
|
"signature": [
|
|
"() => { Component: React.FC<",
|
|
{
|
|
"pluginId": "@kbn/cloud-security-posture",
|
|
"scope": "public",
|
|
"docId": "kibKbnCloudSecurityPosturePluginApi",
|
|
"section": "def-public.FindingMisconfigurationFlyoutProps",
|
|
"text": "FindingMisconfigurationFlyoutProps"
|
|
},
|
|
">; Header: React.FC<",
|
|
{
|
|
"pluginId": "@kbn/cloud-security-posture",
|
|
"scope": "public",
|
|
"docId": "kibKbnCloudSecurityPosturePluginApi",
|
|
"section": "def-public.FindingsMisconfigurationFlyoutHeaderProps",
|
|
"text": "FindingsMisconfigurationFlyoutHeaderProps"
|
|
},
|
|
">; Body: React.FC<",
|
|
{
|
|
"pluginId": "@kbn/cloud-security-posture",
|
|
"scope": "public",
|
|
"docId": "kibKbnCloudSecurityPosturePluginApi",
|
|
"section": "def-public.FindingsMisconfigurationFlyoutContentProps",
|
|
"text": "FindingsMisconfigurationFlyoutContentProps"
|
|
},
|
|
">; Footer: React.FC<",
|
|
{
|
|
"pluginId": "@kbn/cloud-security-posture",
|
|
"scope": "public",
|
|
"docId": "kibKbnCloudSecurityPosturePluginApi",
|
|
"section": "def-public.FindingMisconfigurationFlyoutFooterProps",
|
|
"text": "FindingMisconfigurationFlyoutFooterProps"
|
|
},
|
|
">; }"
|
|
],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-server.CspServerPluginSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CspServerPluginSetup",
|
|
"description": [],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-server.CspServerPluginStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CspServerPluginStart",
|
|
"description": [],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-common.PLUGIN_ID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "PLUGIN_ID",
|
|
"description": [
|
|
"ID of the cloud security posture plugin."
|
|
],
|
|
"signature": [
|
|
"\"csp\""
|
|
],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "cloudSecurityPosture",
|
|
"id": "def-common.PLUGIN_NAME",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "PLUGIN_NAME",
|
|
"description": [
|
|
"Display name of the cloud security posture application."
|
|
],
|
|
"signature": [
|
|
"\"Cloud Security\""
|
|
],
|
|
"path": "x-pack/solutions/security/plugins/cloud_security_posture/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": []
|
|
}
|
|
} |