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.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.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> |