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

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

Resource that has been exfiltrated or exfiltrated_to.

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

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Resource's URI (https://google.aip.dev/122#full-resource-names)

↳ components array

Subcomponents of the asset that is exfiltrated - these could be URIs used during exfiltration, table names, databases, filenames, etc. For example, multiple tables may be exfiltrated from the same CloudSQL instance, or multiple files from the same Cloud Storage bucket.

getName

Resource's URI (https://google.aip.dev/122#full-resource-names)

Generated from protobuf field string name = 1;

Returns
Type Description
string

setName

Resource's URI (https://google.aip.dev/122#full-resource-names)

Generated from protobuf field string name = 1;

Parameter
Name Description
var string
Returns
Type Description
$this

getComponents

Subcomponents of the asset that is exfiltrated - these could be URIs used during exfiltration, table names, databases, filenames, etc.

For example, multiple tables may be exfiltrated from the same CloudSQL instance, or multiple files from the same Cloud Storage bucket.

Generated from protobuf field repeated string components = 2;

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setComponents

Subcomponents of the asset that is exfiltrated - these could be URIs used during exfiltration, table names, databases, filenames, etc.

For example, multiple tables may be exfiltrated from the same CloudSQL instance, or multiple files from the same Cloud Storage bucket.

Generated from protobuf field repeated string components = 2;

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