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

View Source

Represents the path of resources leading up to the resource this finding is about.

Attributes

  • nodes (type: list(GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2ResourcePathNode.t), default: nil) - The list of nodes that make the up resource path, ordered from lowest level to highest level.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2ResourcePath{
    nodes:
      [
        GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2ResourcePathNode.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.