Subcomponents of the asset that is exfiltrated - these could be
URIs used during exfiltration, table names, databases, filenames, etc.
For example, multiple tables may be exfiltrated from the same CloudSQL
instance, or multiple files from the same Cloud Storage bucket.
[[["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."],[[["The webpage provides documentation for the `ExfilResource` class within the `Google.Cloud.SecurityCenter.V1` namespace, covering multiple versions from 2.2.0 to the latest 3.24.0."],["`ExfilResource` represents a resource that has been exfiltrated, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExfilResource` class has properties such as `Components`, a `RepeatedField` of strings, representing subcomponents of the exfiltrated asset, and `Name`, a string representing the resource's URI."],["The class includes two constructors, a default `ExfilResource()` and an `ExfilResource(ExfilResource other)` for creating a new instance based on an existing one, allowing for cloning."],["The documentation lists all the inherited members of the `ExfilResource` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, inherited from the `Object` class."]]],[]]