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

SearchTransitiveGroupsResponse

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

The response message for MembershipsService.SearchTransitiveGroups.

interface SearchTransitiveGroupsResponse {
memberships?: GroupRelation[];
nextPageToken?: string;
}

§Properties

§
memberships?: GroupRelation[]
[src]

List of transitive groups satisfying the query.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results available for listing.