Class GoogleCloudSecuritycenterV2YaraRuleSignature
A signature corresponding to a YARA rule.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2YaraRuleSignature : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
YaraRule
The name of the YARA rule.
Declaration
[JsonProperty("yaraRule")]
public virtual string YaraRule { get; set; }
Property Value
Type | Description |
---|---|
string |