Class Exfiltration (3.2.0)

public sealed class Exfiltration : IMessage<Exfiltration>, IEquatable<Exfiltration>, IDeepCloneable<Exfiltration>, IBufferMessage, IMessage

Exfiltration represents a data exfiltration attempt of one or more sources to one or more targets. Sources represent the source of data that is exfiltrated, and Targets represents the destination 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
RepeatedField<ExfilResource>

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
RepeatedField<ExfilResource>