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

GetMembershipGraphResponse

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

The response message for MembershipsService.GetMembershipGraph.

interface GetMembershipGraphResponse {
adjacencyList?: MembershipAdjacencyList[];
groups?: Group[];
}

§Properties

§

The membership graph's path information represented as an adjacency list.

§
groups?: Group[]
[src]

The resources representing each group in the adjacency list. Each group in this list can be correlated to a 'group' of the MembershipAdjacencyList using the 'name' of the Group resource.