Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2ToxicCombination

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
GoogleCloudSecuritycenterV2ToxicCombination
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV2ToxicCombination : IDirectResponseSchema

Properties

AttackExposureScore

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.

Declaration
[JsonProperty("attackExposureScore")]
public virtual double? AttackExposureScore { get; set; }
Property Value
Type Description
double?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RelatedFindings

List of resource names of findings associated with this toxic combination. For example, organizations/123/sources/456/findings/789.

Declaration
[JsonProperty("relatedFindings")]
public virtual IList<string> RelatedFindings { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX