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