Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class Exfiltration.
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.
Generated from protobuf message google.cloud.securitycenter.v1.Exfiltration
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ sources
array< Google\Cloud\SecurityCenter\V1\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
array< Google\Cloud\SecurityCenter\V1\ExfilResource
>
If there are multiple targets, each target would get a complete copy of the "joined" source data.
getSources
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.
Generated from protobuf field repeated .google.cloud.securitycenter.v1.ExfilResource sources = 1;
Google\Protobuf\Internal\RepeatedField
setSources
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.
Generated from protobuf field repeated .google.cloud.securitycenter.v1.ExfilResource sources = 1;
$this
getTargets
If there are multiple targets, each target would get a complete copy of the "joined" source data.
Generated from protobuf field repeated .google.cloud.securitycenter.v1.ExfilResource targets = 2;
Google\Protobuf\Internal\RepeatedField
setTargets
If there are multiple targets, each target would get a complete copy of the "joined" source data.
Generated from protobuf field repeated .google.cloud.securitycenter.v1.ExfilResource targets = 2;
$this