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

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

Represents one point that an attacker passes through in this attack path.

Inherits

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#associated_findings

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

#associated_findings=

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

#attack_steps

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

#attack_steps=

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

#display_name

def display_name() -> ::String
Returns
  • (::String) — Human-readable name of this resource.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Human-readable name of this resource.
Returns
  • (::String) — Human-readable name of this resource.

#resource

def resource() -> ::String
Returns
  • (::String) — The name of the resource at this point in the attack path. The format of the name follows the Cloud Asset Inventory resource name format

#resource=

def resource=(value) -> ::String
Parameter
  • value (::String) — The name of the resource at this point in the attack path. The format of the name follows the Cloud Asset Inventory resource name format
Returns
  • (::String) — The name of the resource at this point in the attack path. The format of the name follows the Cloud Asset Inventory resource name format

#resource_type

def resource_type() -> ::String
Returns

#resource_type=

def resource_type=(value) -> ::String
Parameter
Returns

#uuid

def uuid() -> ::String
Returns
  • (::String) — Unique id of the attack path node.

#uuid=

def uuid=(value) -> ::String
Parameter
  • value (::String) — Unique id of the attack path node.
Returns
  • (::String) — Unique id of the attack path node.