Security Command Center V2 API - Class Google::Cloud::SecurityCenter::V2::AttackPath (v0.3.0)

Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::AttackPath.

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

Inherits

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#edges

def edges() -> ::Array<::Google::Cloud::SecurityCenter::V2::AttackPath::AttackPathEdge>
Returns

#edges=

def edges=(value) -> ::Array<::Google::Cloud::SecurityCenter::V2::AttackPath::AttackPathEdge>
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — The attack path name, for example, organizations/12/simulations/34/valuedResources/56/attackPaths/78

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The attack path name, for example, organizations/12/simulations/34/valuedResources/56/attackPaths/78
Returns
  • (::String) — The attack path name, for example, organizations/12/simulations/34/valuedResources/56/attackPaths/78

#path_nodes

def path_nodes() -> ::Array<::Google::Cloud::SecurityCenter::V2::AttackPath::AttackPathNode>
Returns

#path_nodes=

def path_nodes=(value) -> ::Array<::Google::Cloud::SecurityCenter::V2::AttackPath::AttackPathNode>
Parameter
Returns