Google Cloud Security Command Center V2 Client - Class ExfilResource (1.28.1)

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

Resource where data was exfiltrated from or exfiltrated to.

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

Namespace

Google \ Cloud \ SecurityCenter \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

The resource's full resource name.

↳ components array

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.

getName

The resource's full resource name.

Returns
Type Description
string

setName

The resource's full resource name.

Parameter
Name Description
var string
Returns
Type Description
$this

getComponents

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.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setComponents

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.

Parameter
Name Description
var string[]
Returns
Type Description
$this