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 focusing on version 3.12.0, but also providing links to other versions from 2.2.0 up to the latest 3.24.0."],["The `Exfiltration` class represents data exfiltration attempts, outlining the sources of exfiltrated data and the targets to which the data was copied."],["The `Exfiltration` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.SecurityCenter.V1` namespace."],["It contains two properties: `Sources`, which lists the sources of the exfiltrated data, and `Targets`, which lists the destinations of the copied data, both are of the `RepeatedField\u003cExfilResource\u003e` type."]]],[]]