public sealed class ToxicCombination : IMessage<ToxicCombination>, IEquatable<ToxicCombination>, IDeepCloneable<ToxicCombination>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class 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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation is for the `ToxicCombination` class within the Google Cloud Security Center v2 API, specifically for version 1.0.0-beta04 and later."],["The `ToxicCombination` class represents a group of security issues that, when combined, pose a greater risk than each issue individually."],["It inherits from the base `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `AttackExposureScore`, a measure of how much the toxic combination exposes resources to potential attacks, and `RelatedFindings`, a list of associated finding resource names."],["The `ToxicCombination` class can be instanciated in two different ways, either as a blank object, or using another object of the same type as a template."]]],[]]