Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::ToxicCombination.
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.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attack_exposure_score
def attack_exposure_score() -> ::Float
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.
#attack_exposure_score=
def attack_exposure_score=(value) -> ::Float
Parameter
- value (::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.
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.
#related_findings
def related_findings() -> ::Array<::String>
Returns
-
(::Array<::String>) — List of resource names of findings associated with this toxic combination.
For example,
organizations/123/sources/456/findings/789
.
#related_findings=
def related_findings=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — 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
.