Google Cloud Security Command Center v1 API - Class Indicator.Types.ProcessSignature.Types.YaraRuleSignature (3.11.0)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Indicator.Types.ProcessSignature.Types.YaraRuleSignature.

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(YaraRuleSignature)

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

Properties

YaraRule

public string YaraRule { get; set; }

The name of the YARA rule.

Property Value
TypeDescription
string