MembershipAdjacencyList
import type { MembershipAdjacencyList } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";
Membership graph's path information as an adjacency list.
§Properties
§
edges?: Membership[]
[src]Each edge contains information about the member that belongs to this
group. Note: Fields returned here will help identify the specific
Membership resource (e.g name
, preferred_member_key
and role
), but
may not be a comprehensive list of all fields.