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

ListAuthorizedOrgsDescsResponse

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

A response to ListAuthorizedOrgsDescsRequest.

interface ListAuthorizedOrgsDescsResponse {
authorizedOrgsDescs?: AuthorizedOrgsDesc[];
nextPageToken?: string;
}

§Properties

§
authorizedOrgsDescs?: AuthorizedOrgsDesc[]
[src]

List of all the Authorized Orgs Desc instances.

§
nextPageToken?: string
[src]

The pagination token to retrieve the next page of results. If the value is empty, no further results remain.