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

A path that an attacker could take to reach an exposed resource.

Attributes

  • edges (type: list(GoogleApi.SecurityCenter.V1.Model.AttackPathEdge.t), default: nil) - A list of the edges between nodes in this attack path.
  • name (type: String.t, default: nil) - The attack path name, for example, organizations/12/simulation/34/valuedResources/56/attackPaths/78
  • pathNodes (type: list(GoogleApi.SecurityCenter.V1.Model.AttackPathNode.t), default: nil) - A list of nodes that exist in this attack path.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.AttackPath{
  edges: [GoogleApi.SecurityCenter.V1.Model.AttackPathEdge.t()] | nil,
  name: String.t() | nil,
  pathNodes: [GoogleApi.SecurityCenter.V1.Model.AttackPathNode.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.