Class: Google::Cloud::SecurityCenter::V1::ExfilResource
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ExfilResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/exfiltration.rb
Overview
Resource where data was exfiltrated from or exfiltrated to.
Instance Attribute Summary collapse
-
#components ⇒ ::Array<::String>
Subcomponents of the asset that was exfiltrated, like URIs used during exfiltration, table names, databases, and filenames.
-
#name ⇒ ::String
The resource's full resource name.
Instance Attribute Details
#components ⇒ ::Array<::String>
Returns 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.
57 58 59 60 |
# File 'proto_docs/google/cloud/securitycenter/v1/exfiltration.rb', line 57 class ExfilResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The resource's full resource name.
57 58 59 60 |
# File 'proto_docs/google/cloud/securitycenter/v1/exfiltration.rb', line 57 class ExfilResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |