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
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#sources
def sources() -> ::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>) — 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.
#sources=
def sources=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>
Parameter
- value (::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>) — 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
- (::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>) — 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.
#targets
def targets() -> ::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>) — If there are multiple targets, each target would get a complete copy of the "joined" source data.
#targets=
def targets=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>
Parameter
- value (::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>) — If there are multiple targets, each target would get a complete copy of the "joined" source data.
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::ExfilResource>) — If there are multiple targets, each target would get a complete copy of the "joined" source data.