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

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

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

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

Returns
TypeDescription
string

setName

Parameter
NameDescription
var string
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this