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 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 Security Command Center v1 API for .NET, detailing its purpose in representing data exfiltration attempts."],["The `Exfiltration` class has been implemented with interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members from the object class, allowing it to function in multiple roles."],["The document provides details about the class's constructors, including a default constructor and a copy constructor, and lists it's main properties `Sources` and `Targets`, where exfiltrated data sources are stored in one and the targets that the data was copied to are in the other, respectively."],["The page has a list of documented versions, ranging from 2.2.0 to 3.24.0, along with the latest version, 3.24.0, along with all the respective links to the documented information for each of these versions."]]],[]]