Class GoogleCloudSecuritycenterV2MemoryHashSignature
Inheritance
GoogleCloudSecuritycenterV2MemoryHashSignature
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2MemoryHashSignature : IDirectResponseSchema
Properties
BinaryFamily
Declaration
[JsonProperty("binaryFamily")]
public virtual string BinaryFamily { get; set; }
Property Value
Detections
Declaration
[JsonProperty("detections")]
public virtual IList<GoogleCloudSecuritycenterV2Detection> Detections { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements