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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eToxicCombination\u003c/code\u003e class in the Security Command Center v2 API represents a group of security issues that pose a greater risk when occurring together than independently.\u003c/p\u003e\n"],["\u003cp\u003eIt is implemented using multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enhancing its functionality and usability within the .NET framework.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eToxicCombination\u003c/code\u003e has properties such as \u003ccode\u003eAttackExposureScore\u003c/code\u003e, a \u003ccode\u003edouble\u003c/code\u003e value measuring the potential attack exposure, and \u003ccode\u003eRelatedFindings\u003c/code\u003e, a list of associated findings.\u003c/p\u003e\n"],["\u003cp\u003eThis class is found in the \u003ccode\u003eGoogle.Cloud.SecurityCenter.V2\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Cloud.SecurityCenter.V2.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for \u003ccode\u003eToxicCombination\u003c/code\u003e class: a default one and another which takes another \u003ccode\u003eToxicCombination\u003c/code\u003e as the parameter.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class ToxicCombination (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ToxicCombination)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.ToxicCombination)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.ToxicCombination) \n\n public sealed class ToxicCombination : IMessage\u003cToxicCombination\u003e, IEquatable\u003cToxicCombination\u003e, IDeepCloneable\u003cToxicCombination\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class ToxicCombination.\n\nContains details about a group of security issues that, when the issues\noccur together, represent a greater risk than when the issues occur\nindependently. A group of such issues is referred to as a toxic\ncombination. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ToxicCombination \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ToxicCombination](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ToxicCombination), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ToxicCombination](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ToxicCombination), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ToxicCombination](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ToxicCombination), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### ToxicCombination()\n\n public ToxicCombination()\n\n### ToxicCombination(ToxicCombination)\n\n public ToxicCombination(ToxicCombination other)\n\nProperties\n----------\n\n### AttackExposureScore\n\n public double AttackExposureScore { get; set; }\n\nThe\n[Attack exposure\nscore](https://cloud.google.com/security-command-center/docs/attack-exposure-learn#attack_exposure_scores)\nof this toxic combination. The score is a measure of how much this toxic\ncombination exposes one or more high-value resources to potential attack.\n\n### RelatedFindings\n\n public RepeatedField\u003cstring\u003e RelatedFindings { get; }\n\nList of resource names of findings associated with this toxic combination.\nFor example, `organizations/123/sources/456/findings/789`."]]