Subcomponents of the asset that was exfiltrated, like URIs used during
exfiltration, table names, databases, and filenames. For example, multiple
tables might have been exfiltrated from the same Cloud SQL instance, or
multiple files might have been exfiltrated 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 `ExfilResource` class, part of the Security Command Center v2 API, represents a resource where data was either exfiltrated from or to, and is found within the `Google.Cloud.SecurityCenter.V2` namespace."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google Protocol Buffers and other .NET functionalities."],["The `ExfilResource` class offers two constructors, one for default initialization and another for creating a copy from an existing `ExfilResource` object."],["It contains two primary properties: `Components`, a `RepeatedField` of strings representing subcomponents of the exfiltrated asset, and `Name`, a string holding the full resource name of the asset."]]],[]]