View Source GoogleApi.SecurityCenter.V1.Model.Exfiltration (google_api_security_center v0.29.0)

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.

Attributes

  • sources (type: list(GoogleApi.SecurityCenter.V1.Model.ExfilResource.t), default: nil) - 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 (type: list(GoogleApi.SecurityCenter.V1.Model.ExfilResource.t), default: nil) - If there are multiple targets, each target would get a complete copy of the "joined" source data.
  • totalExfiltratedBytes (type: String.t, default: nil) - Total exfiltrated bytes processed for the entire job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.Exfiltration{
  sources: [GoogleApi.SecurityCenter.V1.Model.ExfilResource.t()] | nil,
  targets: [GoogleApi.SecurityCenter.V1.Model.ExfilResource.t()] | nil,
  totalExfiltratedBytes: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.