Class: Google::Cloud::SecurityCenter::V1::Exfiltration
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Exfiltration
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/exfiltration.rb
Overview
Exfiltration represents a data exfiltration attempt from one or more sources
to one or more targets. The sources
attribute lists the sources of the
exfiltrated data. The targets
attribute lists the destinations the data was
copied to.
Instance Attribute Summary collapse
-
#sources ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>
If there are multiple sources, then the data is considered "joined" between them.
-
#targets ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>
If there are multiple targets, each target would get a complete copy of the "joined" source data.
-
#total_exfiltrated_bytes ⇒ ::Integer
Total exfiltrated bytes processed for the entire job.
Instance Attribute Details
#sources ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>
Returns If there are multiple sources, then the data is considered "joined" between them. For instance, BigQuery can join multiple tables, and each table would be considered a source.
40 41 42 43 |
# File 'proto_docs/google/cloud/securitycenter/v1/exfiltration.rb', line 40 class Exfiltration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#targets ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>
Returns If there are multiple targets, each target would get a complete copy of the "joined" source data.
40 41 42 43 |
# File 'proto_docs/google/cloud/securitycenter/v1/exfiltration.rb', line 40 class Exfiltration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_exfiltrated_bytes ⇒ ::Integer
Returns Total exfiltrated bytes processed for the entire job.
40 41 42 43 |
# File 'proto_docs/google/cloud/securitycenter/v1/exfiltration.rb', line 40 class Exfiltration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |