Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::Exfiltration (v0.40.0)

Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::Exfiltration.

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.

Inherits

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#sources

def sources() -> ::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>
Returns

#sources=

def sources=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>
Parameter
Returns

#targets

def targets() -> ::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>
Returns

#targets=

def targets=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>
Parameter
Returns

#total_exfiltrated_bytes

def total_exfiltrated_bytes() -> ::Integer
Returns
  • (::Integer) — Total exfiltrated bytes processed for the entire job.

#total_exfiltrated_bytes=

def total_exfiltrated_bytes=(value) -> ::Integer
Parameter
  • value (::Integer) — Total exfiltrated bytes processed for the entire job.
Returns
  • (::Integer) — Total exfiltrated bytes processed for the entire job.