Class: DatadogAPIClient::V2::SecurityMonitoringRuleMaxSignalDuration

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/security_monitoring_rule_max_signal_duration.rb

Overview

A signal will “close” regardless of the query being matched once the time exceeds the maximum duration. This time is calculated from the first seen timestamp.

Constant Summary collapse

ZERO_MINUTES =
0.freeze
ONE_MINUTE =
60.freeze
FIVE_MINUTES =
300.freeze
TEN_MINUTES =
600.freeze
FIFTEEN_MINUTES =
900.freeze
THIRTY_MINUTES =
1800.freeze
ONE_HOUR =
3600.freeze
TWO_HOURS =
7200.freeze
THREE_HOURS =
10800.freeze
SIX_HOURS =
21600.freeze
TWELVE_HOURS =
43200.freeze
ONE_DAY =
86400.freeze

Method Summary

Methods included from BaseEnumModel

included