UNPKG

@datadog/datadog-api-client

Version:
27 lines (26 loc) 1.94 kB
/** * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * This product includes software developed at Datadog (https://www.datadoghq.com/). * Copyright 2020-Present Datadog, Inc. */ import { UnparsedObject } from "../../datadog-api-client-common/util"; /** * The type of Datadog resource linked to the case as contextual evidence. Each type corresponds to a different Datadog product signal (for example, a security finding, a monitor alert, or an incident). */ export declare type CaseInsightType = typeof SECURITY_SIGNAL | typeof MONITOR | typeof EVENT_CORRELATION | typeof ERROR_TRACKING | typeof CLOUD_COST_RECOMMENDATION | typeof INCIDENT | typeof SENSITIVE_DATA_SCANNER_ISSUE | typeof EVENT | typeof WATCHDOG_STORY | typeof WIDGET | typeof SECURITY_FINDING | typeof INSIGHT_SCORECARD_CAMPAIGN | typeof RESOURCE_POLICY | typeof APM_RECOMMENDATION | typeof SCM_URL | typeof PROFILING_DOWNSIZING_EXPERIMENT | UnparsedObject; export declare const SECURITY_SIGNAL = "SECURITY_SIGNAL"; export declare const MONITOR = "MONITOR"; export declare const EVENT_CORRELATION = "EVENT_CORRELATION"; export declare const ERROR_TRACKING = "ERROR_TRACKING"; export declare const CLOUD_COST_RECOMMENDATION = "CLOUD_COST_RECOMMENDATION"; export declare const INCIDENT = "INCIDENT"; export declare const SENSITIVE_DATA_SCANNER_ISSUE = "SENSITIVE_DATA_SCANNER_ISSUE"; export declare const EVENT = "EVENT"; export declare const WATCHDOG_STORY = "WATCHDOG_STORY"; export declare const WIDGET = "WIDGET"; export declare const SECURITY_FINDING = "SECURITY_FINDING"; export declare const INSIGHT_SCORECARD_CAMPAIGN = "INSIGHT_SCORECARD_CAMPAIGN"; export declare const RESOURCE_POLICY = "RESOURCE_POLICY"; export declare const APM_RECOMMENDATION = "APM_RECOMMENDATION"; export declare const SCM_URL = "SCM_URL"; export declare const PROFILING_DOWNSIZING_EXPERIMENT = "PROFILING_DOWNSIZING_EXPERIMENT";