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

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 \ ProcessSignature

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.

Returns
TypeDescription
string

setYaraRule

The name of the YARA rule.

Parameter
NameDescription
var string
Returns
TypeDescription
$this