public sealed class Exfiltration : IMessage<Exfiltration>, IEquatable<Exfiltration>, IDeepCloneable<Exfiltration>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Exfiltration.
Exfiltration represents a data exfiltration attempt from one or more sources
to one or more targets. The sources
attribute lists the sources of the
exfiltrated data. The targets
attribute lists the destinations the data was
copied to.
Implements
IMessageExfiltration, IEquatableExfiltration, IDeepCloneableExfiltration, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Exfiltration()
public Exfiltration()
Exfiltration(Exfiltration)
public Exfiltration(Exfiltration other)
Parameter | |
---|---|
Name | Description |
other | Exfiltration |
Properties
Sources
public RepeatedField<ExfilResource> Sources { get; }
If there are multiple sources, then the data is considered "joined" between them. For instance, BigQuery can join multiple tables, and each table would be considered a source.
Property Value | |
---|---|
Type | Description |
RepeatedFieldExfilResource |
Targets
public RepeatedField<ExfilResource> Targets { get; }
If there are multiple targets, each target would get a complete copy of the "joined" source data.
Property Value | |
---|---|
Type | Description |
RepeatedFieldExfilResource |
TotalExfiltratedBytes
public long TotalExfiltratedBytes { get; set; }
Total exfiltrated bytes processed for the entire job.
Property Value | |
---|---|
Type | Description |
long |