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.
Implements
IMessageIndicatorTypesProcessSignatureTypesYaraRuleSignature, IEquatableIndicatorTypesProcessSignatureTypesYaraRuleSignature, IDeepCloneableIndicatorTypesProcessSignatureTypesYaraRuleSignature, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
YaraRuleSignature()
public YaraRuleSignature()
YaraRuleSignature(YaraRuleSignature)
public YaraRuleSignature(Indicator.Types.ProcessSignature.Types.YaraRuleSignature other)
Parameter | |
---|---|
Name | Description |
other |
IndicatorTypesProcessSignatureTypesYaraRuleSignature |
Properties
YaraRule
public string YaraRule { get; set; }
The name of the YARA rule.
Property Value | |
---|---|
Type | Description |
string |