GoogleApi.SecurityCenter.V1.Model.ExfilResource (google_api_security_center v0.39.0)

View Source

Resource where data was exfiltrated from or exfiltrated to.

Attributes

  • components (type: list(String.t), default: nil) - 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 (type: String.t, default: nil) - The resource's full resource name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SecurityCenter.V1.Model.ExfilResource{
  components: [String.t()] | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.