Class: Google::Cloud::SecurityCenter::V1::ToxicCombination
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ToxicCombination
- 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
-
#attack_exposure_score ⇒ ::Float
The Attack exposure score of this toxic combination.
-
#related_findings ⇒ ::Array<::String>
List of resource names of findings associated with this toxic combination.
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.
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 |
#related_findings ⇒ ::Array<::String>
Returns 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 |