Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class YaraRuleSignature.
A signature corresponding to a YARA rule.
Generated from protobuf message google.cloud.securitycenter.v1.Indicator.ProcessSignature.YaraRuleSignature
Namespace
Google \ Cloud \ SecurityCenter \ V1 \ Indicator \ ProcessSignatureMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ yara_rule |
string
The name of the YARA rule. |
getYaraRule
The name of the YARA rule.
Returns | |
---|---|
Type | Description |
string |
setYaraRule
The name of the YARA rule.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |