Class: Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathNode::AttackStepNode
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathNode::AttackStepNode
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/attack_path.rb
Overview
Detailed steps the attack can take between path nodes.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#description ⇒ ::String
Attack step description.
-
#display_name ⇒ ::String
User friendly name of the attack step.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Attack step labels for metadata.
-
#type ⇒ ::Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathNode::NodeType
Attack step type.
-
#uuid ⇒ ::String
Unique ID for one Node.
Instance Attribute Details
#description ⇒ ::String
Returns Attack step description.
98 99 100 101 102 103 104 105 106 107 108 109 110 |
# File 'proto_docs/google/cloud/securitycenter/v1/attack_path.rb', line 98 class AttackStepNode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#display_name ⇒ ::String
Returns User friendly name of the attack step.
98 99 100 101 102 103 104 105 106 107 108 109 110 |
# File 'proto_docs/google/cloud/securitycenter/v1/attack_path.rb', line 98 class AttackStepNode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Attack step labels for metadata.
98 99 100 101 102 103 104 105 106 107 108 109 110 |
# File 'proto_docs/google/cloud/securitycenter/v1/attack_path.rb', line 98 class AttackStepNode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#type ⇒ ::Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathNode::NodeType
Returns Attack step type. Can be either AND, OR or DEFENSE.
98 99 100 101 102 103 104 105 106 107 108 109 110 |
# File 'proto_docs/google/cloud/securitycenter/v1/attack_path.rb', line 98 class AttackStepNode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#uuid ⇒ ::String
Returns Unique ID for one Node.
98 99 100 101 102 103 104 105 106 107 108 109 110 |
# File 'proto_docs/google/cloud/securitycenter/v1/attack_path.rb', line 98 class AttackStepNode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |