Module: Google::Cloud::Chronicle::V1::RuleType
- Defined in:
- proto_docs/google/cloud/chronicle/v1/rule.rb
Overview
RuleType indicates the YARA-L rule type of user-created and Google Cloud Threat Intelligence (GCTI) authored rules.
Constant Summary collapse
- RULE_TYPE_UNSPECIFIED =
The rule type is unspecified/unknown.
0- SINGLE_EVENT =
Rule checks for the existence of a single event.
1- MULTI_EVENT =
Rule checks for correlation between multiple events
2