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 \ V1Methods
__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)
Returns | |
---|---|
Type | Description |
string |
setName
Resource's URI (https://google.aip.dev/122#full-resource-names)
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.
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.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |