Class Exfiltration
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class Exfiltration : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Sources
Declaration
[JsonProperty("sources")]
public virtual IList<ExfilResource> Sources { get; set; }
Property Value
Targets
Declaration
[JsonProperty("targets")]
public virtual IList<ExfilResource> Targets { get; set; }
Property Value
TotalExfiltratedBytes
Declaration
[JsonProperty("totalExfiltratedBytes")]
public virtual long? TotalExfiltratedBytes { get; set; }
Property Value
Implements