Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathNode::AttackStepNode.
Detailed steps the attack can take between path nodes.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String Returns 
 - (::String) — Attack step description
#description=
def description=(value) -> ::String Parameter 
 - value (::String) — Attack step description
 Returns 
 - (::String) — Attack step description
#display_name
def display_name() -> ::String Returns 
 - (::String) — User friendly name of the attack step
#display_name=
def display_name=(value) -> ::String Parameter 
 - value (::String) — User friendly name of the attack step
 Returns 
 - (::String) — User friendly name of the attack step
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String} Returns 
 - (::Google::Protobuf::Map{::String => ::String}) — Attack step labels for metadata
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String} Parameter 
 - value (::Google::Protobuf::Map{::String => ::String}) — Attack step labels for metadata
 Returns 
 - (::Google::Protobuf::Map{::String => ::String}) — Attack step labels for metadata
#type
def type() -> ::Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathNode::NodeType Returns 
 - (::Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathNode::NodeType) — Attack step type. Can be either AND, OR or DEFENSE
#type=
def type=(value) -> ::Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathNode::NodeType Parameter 
 - value (::Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathNode::NodeType) — Attack step type. Can be either AND, OR or DEFENSE
 Returns 
 - (::Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathNode::NodeType) — Attack step type. Can be either AND, OR or DEFENSE
#uuid
def uuid() -> ::String Returns 
 - (::String) — Unique ID for one Node
#uuid=
def uuid=(value) -> ::String Parameter 
 - value (::String) — Unique ID for one Node
 Returns 
 - (::String) — Unique ID for one Node