GoogleApi.SecurityCenter.V1.Model.ResourcePath (google_api_security_center v0.39.0)
View SourceRepresents the path of resources leading up to the resource this finding is about.
Attributes
-
nodes
(type:list(GoogleApi.SecurityCenter.V1.Model.ResourcePathNode.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
@type t() :: %GoogleApi.SecurityCenter.V1.Model.ResourcePath{ nodes: [GoogleApi.SecurityCenter.V1.Model.ResourcePathNode.t()] | nil }