Reference documentation and code samples for the Google Cloud Chronicle V1 Client class RuleType.
RuleType indicates the YARA-L rule type of user-created and Google Cloud Threat Intelligence (GCTI) authored rules.
Protobuf type google.cloud.chronicle.v1.RuleType
Namespace
Google \ Cloud \ Chronicle \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RULE_TYPE_UNSPECIFIED
Value: 0
The rule type is unspecified/unknown.
Generated from protobuf enum RULE_TYPE_UNSPECIFIED = 0;
SINGLE_EVENT
Value: 1
Rule checks for the existence of a single event.
Generated from protobuf enum SINGLE_EVENT = 1;
MULTI_EVENT
Value: 2
Rule checks for correlation between multiple events
Generated from protobuf enum MULTI_EVENT = 2;