public sealed class ToxicCombination : IMessage<ToxicCombination>, IEquatable<ToxicCombination>, IDeepCloneable<ToxicCombination>, IBufferMessage, IMessageReference 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.
Implements
IMessageToxicCombination, IEquatableToxicCombination, IDeepCloneableToxicCombination, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ToxicCombination()
public ToxicCombination()ToxicCombination(ToxicCombination)
public ToxicCombination(ToxicCombination other)| Parameter | |
|---|---|
| Name | Description |
other |
ToxicCombination |
Properties
AttackExposureScore
public double AttackExposureScore { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
double |
|
RelatedFindings
public RepeatedField<string> RelatedFindings { get; }List of resource names of findings associated with this toxic combination.
For example, organizations/123/sources/456/findings/789.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|