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 from one or more sources
to one or more targets. The sources attribute lists the sources of the
exfiltrated data. The targets attribute lists the destinations 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 reference documentation for the \u003ccode\u003eExfiltration\u003c/code\u003e class within the Google Cloud Security Command Center v1 API, specifically for the .NET platform.\u003c/p\u003e\n"],["\u003cp\u003eThe content covers multiple versions of the API, ranging from version 2.2.0 to the latest version 3.24.0, with version 3.13.0 being the current version highlighted.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExfiltration\u003c/code\u003e class represents an attempt to move data from various \u003ccode\u003eSources\u003c/code\u003e to several \u003ccode\u003eTargets\u003c/code\u003e, and each target gets a complete copy of the data.\u003c/p\u003e\n"],["\u003cp\u003eThe 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, and inherits properties from the base object class.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation outlines the properties \u003ccode\u003eSources\u003c/code\u003e and \u003ccode\u003eTargets\u003c/code\u003e of the class, which are of type \u003ccode\u003eRepeatedField<ExfilResource>\u003c/code\u003e, and details the methods and constructors of the class.\u003c/p\u003e\n"]]],[],null,[]]