GoogleApi.SecurityCenter.V1.Model.AttackPath (google_api_security_center v0.39.0)
View SourceA 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 }