Class Indicator.Types.ProcessSignature.Types.YaraRuleSignature (3.1.0)

public sealed class YaraRuleSignature : IMessage<Indicator.Types.ProcessSignature.Types.YaraRuleSignature>, IEquatable<Indicator.Types.ProcessSignature.Types.YaraRuleSignature>, IDeepCloneable<Indicator.Types.ProcessSignature.Types.YaraRuleSignature>, IBufferMessage, IMessage

A signature corresponding to a YARA rule.

Inheritance

Object > Indicator.Types.ProcessSignature.Types.YaraRuleSignature

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

YaraRuleSignature()

public YaraRuleSignature()

YaraRuleSignature(Indicator.Types.ProcessSignature.Types.YaraRuleSignature)

public YaraRuleSignature(Indicator.Types.ProcessSignature.Types.YaraRuleSignature other)
Parameter
NameDescription
otherIndicator.Types.ProcessSignature.Types.YaraRuleSignature

Properties

YaraRule

public string YaraRule { get; set; }

The name of the YARA rule.

Property Value
TypeDescription
String