Class GoogleCloudSecuritycenterV2File
Inheritance
GoogleCloudSecuritycenterV2File
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2File : IDirectResponseSchema
Properties
Contents
Declaration
[JsonProperty("contents")]
public virtual string Contents { get; set; }
Property Value
DiskPath
Declaration
[JsonProperty("diskPath")]
public virtual GoogleCloudSecuritycenterV2DiskPath DiskPath { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FileLoadState
Declaration
[JsonProperty("fileLoadState")]
public virtual string FileLoadState { get; set; }
Property Value
HashedSize
Declaration
[JsonProperty("hashedSize")]
public virtual long? HashedSize { get; set; }
Property Value
Operations
Declaration
[JsonProperty("operations")]
public virtual IList<GoogleCloudSecuritycenterV2FileOperation> Operations { get; set; }
Property Value
PartiallyHashed
Declaration
[JsonProperty("partiallyHashed")]
public virtual bool? PartiallyHashed { get; set; }
Property Value
Path
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Sha256
Declaration
[JsonProperty("sha256")]
public virtual string Sha256 { get; set; }
Property Value
Size
Declaration
[JsonProperty("size")]
public virtual long? Size { get; set; }
Property Value
Implements