public sealed class ToxicCombination : IMessage<ToxicCombination>, IEquatable<ToxicCombination>, IDeepCloneable<ToxicCombination>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 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 webpage provides reference documentation for the `ToxicCombination` class within the Google Cloud Security Center v1 API, detailing its implementation and usage."],["The `ToxicCombination` class represents a group of security issues that, when combined, pose a greater risk than when they occur separately."],["The class includes properties such as `AttackExposureScore`, which measures the risk level of the combined security issues, and `RelatedFindings`, which lists resource names of associated findings."],["The latest version of the `ToxicCombination` class is 3.24.0, with a history of versions provided down to 2.2.0, and it implements multiple interfaces including IMessage, IEquatable, and IDeepCloneable."],["It is part of the namespace `Google.Cloud.SecurityCenter.V1` and has two constructors, one default and another for copying the state from an existing `ToxicCombination` instance."]]],[]]