Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::ResourcePath.
Represents the path of resources leading up to the resource this finding is about.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#nodes
def nodes() -> ::Array<::Google::Cloud::SecurityCenter::V2::ResourcePath::ResourcePathNode>
Returns
- (::Array<::Google::Cloud::SecurityCenter::V2::ResourcePath::ResourcePathNode>) — The list of nodes that make the up resource path, ordered from lowest level to highest level.
#nodes=
def nodes=(value) -> ::Array<::Google::Cloud::SecurityCenter::V2::ResourcePath::ResourcePathNode>
Parameter
- value (::Array<::Google::Cloud::SecurityCenter::V2::ResourcePath::ResourcePathNode>) — The list of nodes that make the up resource path, ordered from lowest level to highest level.
Returns
- (::Array<::Google::Cloud::SecurityCenter::V2::ResourcePath::ResourcePathNode>) — The list of nodes that make the up resource path, ordered from lowest level to highest level.