Class: Google::Cloud::SecurityCenter::V1::ToxicCombination

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/toxic_combination.rb

Overview

Contains details about a group of security issues that, when the issues occur together, represent a greater risk than when the issues occur independently. A group of such issues is referred to as a toxic combination.

Instance Attribute Summary collapse

Instance Attribute Details

#attack_exposure_score::Float

Returns The Attack exposure score of this toxic combination. The score is a measure of how much this toxic combination exposes one or more high-value resources to potential attack.

Returns:

  • (::Float)

    The Attack exposure score of this toxic combination. The score is a measure of how much this toxic combination exposes one or more high-value resources to potential attack.



38
39
40
41
# File 'proto_docs/google/cloud/securitycenter/v1/toxic_combination.rb', line 38

class ToxicCombination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

Returns List of resource names of findings associated with this toxic combination. For example, organizations/123/sources/456/findings/789.

Returns:

  • (::Array<::String>)

    List of resource names of findings associated with this toxic combination. For example, organizations/123/sources/456/findings/789.



38
39
40
41
# File 'proto_docs/google/cloud/securitycenter/v1/toxic_combination.rb', line 38

class ToxicCombination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end