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 structure and functionality across various versions."],["`Exfiltration` is used to represent an attempt to copy data from one or more sources to one or more target destinations, often dealing with data security and potential breaches."],["The class has several versions listed from 2.2.0 to 3.24.0 (latest), with each version having its own linked documentation."],["The Exfiltration class allows you to define both `Sources` and `Targets`, representing the origin of the exfiltrated data and the destination where it was copied, respectively."],["`Exfiltration` class implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to enhance its operations and management within the .NET environment."]]],[]]