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"]],[["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 reference documentation for the `Exfiltration` class within the Google Cloud Security Command Center v1 API, specifically for .NET developers."],["The `Exfiltration` class represents an attempt to exfiltrate data from one or more sources to one or more targets, and is found in the `Google.Cloud.SecurityCenter.V1` namespace."],["The documentation covers the `Exfiltration` class's constructors, `Sources` and `Targets` properties, which hold the sources and destinations of exfiltrated data respectively, as well as `TotalExfiltratedBytes` which details the total amount of bytes exfiltrated."],["The document lists multiple versions of the API, from 2.2.0 to the latest version 3.24.0, allowing users to view documentation pertaining to specific versions."],["The `Exfiltration` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]