Class: DatadogAPIClient::V2::SecurityMonitoringSchedulingOptions
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringSchedulingOptions
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_scheduling_options.rb
Overview
Options for scheduled rules. When this field is present, the rule runs based on the schedule. When absent, it runs real-time on ingested logs.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#rrule ⇒ Object
Schedule for the rule queries, written in RRULE syntax.
-
#start ⇒ Object
Start date for the schedule, in ISO 8601 format without timezone.
-
#timezone ⇒ Object
Time zone of the start date, in the tz database format.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_scheduling_options.rb', line 33 def additional_properties @additional_properties end |
#rrule ⇒ Object
Schedule for the rule queries, written in RRULE syntax. See RFC for syntax reference.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_scheduling_options.rb', line 25 def rrule @rrule end |
#start ⇒ Object
Start date for the schedule, in ISO 8601 format without timezone.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_scheduling_options.rb', line 28 def start @start end |
#timezone ⇒ Object
Time zone of the start date, in the tz database format.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_scheduling_options.rb', line 31 def timezone @timezone end |