Security Command Center v2 API - Class ToxicCombination (1.0.0-beta04)

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.

Inheritance

object > ToxicCombination

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.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