Google Cloud Security Command Center V2 Client - Class Exfiltration (2.2.1)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Exfiltration.

Exfiltration represents a data exfiltration attempt from one or more sources to one or more targets. The sources attribute lists the sources of the exfiltrated data. The targets attribute lists the destinations the data was copied to.

Generated from protobuf message google.cloud.securitycenter.v2.Exfiltration

Namespace

Google \ Cloud \ SecurityCenter \ V2

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ sources
array< 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< ExfilResource >

If there are multiple targets, each target would get a complete copy of the "joined" source data.

↳ total_exfiltrated_bytes
int|string

Total exfiltrated bytes processed for the entire job.

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.

Returns
Type
Description

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.

Parameter
Name
Description
var
array< ExfilResource >
Returns
Type
Description
$this

getTargets

If there are multiple targets, each target would get a complete copy of the "joined" source data.

Returns
Type
Description

setTargets

If there are multiple targets, each target would get a complete copy of the "joined" source data.

Parameter
Name
Description
var
array< ExfilResource >
Returns
Type
Description
$this

getTotalExfiltratedBytes

Total exfiltrated bytes processed for the entire job.

Returns
Type
Description
int|string

setTotalExfiltratedBytes

Total exfiltrated bytes processed for the entire job.

Parameter
Name
Description
var
int|string
Returns
Type
Description
$this
Create a Mobile Website
View Site in Mobile | Classic
Share by: