Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MembershipAdjacencyList

import type { MembershipAdjacencyList } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";

Membership graph's path information as an adjacency list.

interface MembershipAdjacencyList {
edges?: Membership[];
group?: string;
}

§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.

§
group?: string
[src]

Resource name of the group that the members belong to.