Show / Hide Table of Contents

Class ProcessSignature

Indicates what signature matched this process.

Inheritance
object
ProcessSignature
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ProcessSignature : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MemoryHashSignature

Signature indicating that a binary family was matched.

Declaration
[JsonProperty("memoryHashSignature")]
public virtual MemoryHashSignature MemoryHashSignature { get; set; }
Property Value
Type Description
MemoryHashSignature

SignatureType

Describes the type of resource associated with the signature.

Declaration
[JsonProperty("signatureType")]
public virtual string SignatureType { get; set; }
Property Value
Type Description
string

YaraRuleSignature

Signature indicating that a YARA rule was matched.

Declaration
[JsonProperty("yaraRuleSignature")]
public virtual YaraRuleSignature YaraRuleSignature { get; set; }
Property Value
Type Description
YaraRuleSignature

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX