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."],[[["The `ToxicCombination` class in the Security Command Center v2 API represents a group of security issues that pose a greater risk when occurring together than independently."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["`ToxicCombination` has two constructors: a default one and one that takes another `ToxicCombination` instance as a parameter for creating copies."],["The `AttackExposureScore` property, a `double` type, measures the degree to which the toxic combination exposes high-value resources to potential attack."],["The `RelatedFindings` property, a `RepeatedField` of strings, lists the resource names of findings linked to the toxic combination."]]],[]]