Google Cloud Security Command Center v1 API - Class Exfiltration (3.20.0)

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.

Inheritance

object > Exfiltration

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Exfiltration()

public Exfiltration()

Exfiltration(Exfiltration)

public Exfiltration(Exfiltration other)
Parameter
NameDescription
otherExfiltration

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
TypeDescription
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
TypeDescription
RepeatedFieldExfilResource

TotalExfiltratedBytes

public long TotalExfiltratedBytes { get; set; }

Total exfiltrated bytes processed for the entire job.

Property Value
TypeDescription
long