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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eExfiltration\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.SecurityCenter.V1\u003c/code\u003e namespace, detailing its structure and functionality across various versions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExfiltration\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe class has several versions listed from 2.2.0 to 3.24.0 (latest), with each version having its own linked documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe Exfiltration class allows you to define both \u003ccode\u003eSources\u003c/code\u003e and \u003ccode\u003eTargets\u003c/code\u003e, representing the origin of the exfiltrated data and the destination where it was copied, respectively.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExfiltration\u003c/code\u003e class implements various interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, to enhance its operations and management within the .NET environment.\u003c/p\u003e\n"]]],[],null,[]]