Class: Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathNode::AttackStepNode

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#description::String

Returns Attack step description.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    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.

Returns:



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.

Returns:

  • (::String)

    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