Module: Google::Cloud::Chronicle::V1::RunFrequency
- Defined in:
- proto_docs/google/cloud/chronicle/v1/rule.rb
Overview
RunFrequency indicates the run frequency at which a YARA-L 2 rule will run if enabled.
Constant Summary collapse
- RUN_FREQUENCY_UNSPECIFIED =
The run frequency is unspecified/unknown.
0- LIVE =
Executes in real time.
1- HOURLY =
Executes once per hour.
2- DAILY =
Executes once per day.
3