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

GroupsListOptions

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

Additional options for CloudIdentity#groupsList.

interface GroupsListOptions {
pageSize?: number;
pageToken?: string;
parent?: string;
view?: "VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
pageSize?: number
[src]

The maximum number of results to return. Note that the number of results returned may be less than this value even if there are more available results. To fetch all results, clients must continue calling this method repeatedly until the response no longer contains a next_page_token. If unspecified, defaults to 200 for View.BASIC and to 50 for View.FULL. Must not be greater than 1000 for View.BASIC or 500 for View.FULL.

§
pageToken?: string
[src]

The next_page_token value returned from a previous list request, if any.

§
parent?: string
[src]

Required. The parent resource under which to list all Group resources. Must be of the form identitysources/{identity_source} for external- identity-mapped groups or customers/{customer_id} for Google Groups. The customer_id must begin with "C" (for example, 'C046psxkn'). [Find your customer ID.] (https://support.google.com/cloudidentity/answer/10070793)

§
view?: "VIEW_UNSPECIFIED" | "BASIC" | "FULL"
[src]

The level of detail to be returned. If unspecified, defaults to View.BASIC.