@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
13 lines • 640 B
JavaScript
/**
* 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.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.API_SECURITY = exports.IDENTITY_RISK = exports.ATTACK_PATH = exports.MISCONFIGURATION = void 0;
exports.MISCONFIGURATION = "misconfiguration";
exports.ATTACK_PATH = "attack_path";
exports.IDENTITY_RISK = "identity_risk";
exports.API_SECURITY = "api_security";
//# sourceMappingURL=FindingVulnerabilityType.js.map
;