groupEdges property
Group identity edges of the graph starting from the binding's group members to any node of the identities.
The Edge.source_node contains a group, such as group:parent@google.com
.
The Edge.target_node contains a member of the group, such as
group:child@google.com
or user:foo@google.com
. This field is present
only if the output_group_edges option is enabled in request.
Implementation
core.List<GoogleCloudAssetV1Edge>? groupEdges;