Google Cloud Security Command Center V1 Client - Class ExfilResource (1.19.1)

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

Resource where data was exfiltrated from or exfiltrated to.

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

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setName

The resource's full resource name.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string[]
Returns
TypeDescription
$this