Class Exfiltration (1.16.0)

Exfiltration(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Exfiltration represents a data exfiltration attempt of one or more sources to one or more targets. Sources represent the source of data that is exfiltrated, and Targets represents the destination the data was copied to.

Attributes

NameDescription
sources Sequence[google.cloud.securitycenter_v1.types.ExfilResource]
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.
targets Sequence[google.cloud.securitycenter_v1.types.ExfilResource]
If there are multiple targets, each target would get a complete copy of the "joined" source data.

Inheritance

builtins.object > proto.message.Message > Exfiltration