GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2ToxicCombination (google_api_security_center v0.39.0)

View Source

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.

Attributes

  • attackExposureScore (type: float(), default: nil) - 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.
  • relatedFindings (type: list(String.t), default: nil) - List of resource names of findings associated with this toxic combination. For example, organizations/123/sources/456/findings/789.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2ToxicCombination{
    attackExposureScore: float() | nil,
    relatedFindings: [String.t()] | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.