View Source GoogleApi.SecurityCenter.V1.Model.PathNodeAssociatedFinding (google_api_security_center v0.29.0)

A finding that is associated with this node in the attack path.

Attributes

  • canonicalFinding (type: String.t, default: nil) - Canonical name of the associated findings. Example: organizations/123/sources/456/findings/789
  • findingCategory (type: String.t, default: nil) - The additional taxonomy group within findings from a given source.
  • name (type: String.t, default: nil) - Full resource name of the finding.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.PathNodeAssociatedFinding{
  canonicalFinding: String.t() | nil,
  findingCategory: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.