components property

List<String>? components
getter/setter pair

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.

Implementation

core.List<core.String>? components;