Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::ExfilResource.
Resource where data was exfiltrated from or exfiltrated to.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#components
def components() -> ::Array<::String>
Returns
- (::Array<::String>) — 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.
#components=
def components=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.
Returns
- (::Array<::String>) — 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.
#name
def name() -> ::String
Returns
- (::String) — The resource's full resource name.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The resource's full resource name.
Returns
- (::String) — The resource's full resource name.