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."],[[["This webpage provides documentation for the `Exfiltration` class within the `Google.Cloud.SecurityCenter.V1` namespace, detailing its role in representing data exfiltration attempts."],["The `Exfiltration` class has several versions available, ranging from version 2.2.0 to 3.24.0, with version 3.24.0 being the latest, all accessible via the provided links."],["The `Exfiltration` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods and properties related to data management and manipulation."],["The class contains two main properties, `Sources` and `Targets`, both of which are of type `RepeatedField\u003cExfilResource\u003e` and are used to define the origin and destination of exfiltrated data, respectively."],["The documentation provides information about the class constructors, `Exfiltration()` and `Exfiltration(Exfiltration other)`, as well as inherited members, giving a full overview of the available options."]]],[]]