Google Cloud Security Command Center V1 Client - Class YaraRuleSignature (1.13.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Generated from protobuf field string yara_rule = 5;

Returns
TypeDescription
string

setYaraRule

The name of the YARA rule.

Generated from protobuf field string yara_rule = 5;

Parameter
NameDescription
var string
Returns
TypeDescription
$this