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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `Google.Cloud.SecurityCenter.V1.Exfiltration` is 3.24.0, and the page provides access to documentation for versions ranging from 2.2.0 to 3.24.0."],["`Exfiltration` class represents a data exfiltration attempt from multiple sources to multiple targets, where sources represent the origin of data, and targets represent the destination."],["The `Exfiltration` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Exfiltration` class contains two properties, `Sources` and `Targets`, both of which are of type `RepeatedField\u003cExfilResource\u003e` and describe the origins and destinations of exfiltrated data respectively."],["The `Exfiltration` class also has two constructors: one default and one that accepts an `Exfiltration` object."]]],[]]