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\u003eThe latest version of the \u003ccode\u003eGoogle.Cloud.SecurityCenter.V1.Exfiltration\u003c/code\u003e is 3.24.0, and the page provides access to documentation for versions ranging from 2.2.0 to 3.24.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExfiltration\u003c/code\u003e class represents a data exfiltration attempt from multiple sources to multiple targets, where sources represent the origin of data, and targets represent the destination.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExfiltration\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExfiltration\u003c/code\u003e class contains two properties, \u003ccode\u003eSources\u003c/code\u003e and \u003ccode\u003eTargets\u003c/code\u003e, both of which are of type \u003ccode\u003eRepeatedField<ExfilResource>\u003c/code\u003e and describe the origins and destinations of exfiltrated data respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExfiltration\u003c/code\u003e class also has two constructors: one default and one that accepts an \u003ccode\u003eExfiltration\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]