resourceEdges property
Resource edges of the graph starting from the policy attached resource to any descendant resources.
The Edge.source_node contains the full resource name of a parent resource and Edge.target_node contains the full resource name of a child resource. This field is present only if the output_resource_edges option is enabled in request.
Implementation
core.List<GoogleCloudAssetV1Edge>? resourceEdges;