Class: Google::Cloud::SecurityCenter::V1::Exfiltration

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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.

Returns:

  • (::Integer)

    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