Class: DatadogAPIClient::V2::SecurityMonitoringSchedulingOptions

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#rruleObject

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

#startObject

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

#timezoneObject

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