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.
data
array
Optional. Data for populating the Message object.
↳ name
↳ 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;
string
setName
Resource's URI ( https://google.aip.dev/122#full-resource-names )
Generated from protobuf field string name = 1;
var
string
$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;
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;
var
string[]
$this