UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

54 lines 1.49 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HistoricalJobOptions = void 0; /** * Job options. */ class HistoricalJobOptions { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return HistoricalJobOptions.attributeTypeMap; } } exports.HistoricalJobOptions = HistoricalJobOptions; /** * @ignore */ HistoricalJobOptions.attributeTypeMap = { detectionMethod: { baseName: "detectionMethod", type: "SecurityMonitoringRuleDetectionMethod", }, evaluationWindow: { baseName: "evaluationWindow", type: "SecurityMonitoringRuleEvaluationWindow", }, impossibleTravelOptions: { baseName: "impossibleTravelOptions", type: "SecurityMonitoringRuleImpossibleTravelOptions", }, keepAlive: { baseName: "keepAlive", type: "SecurityMonitoringRuleKeepAlive", }, maxSignalDuration: { baseName: "maxSignalDuration", type: "SecurityMonitoringRuleMaxSignalDuration", }, newValueOptions: { baseName: "newValueOptions", type: "SecurityMonitoringRuleNewValueOptions", }, thirdPartyRuleOptions: { baseName: "thirdPartyRuleOptions", type: "SecurityMonitoringRuleThirdPartyOptions", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=HistoricalJobOptions.js.map