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

ListIdentityAwareProxyClientsResponse

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

Response message for ListIdentityAwareProxyClients.

interface ListIdentityAwareProxyClientsResponse {
identityAwareProxyClients?: IdentityAwareProxyClient[];
nextPageToken?: string;
}

§Properties

§
identityAwareProxyClients?: IdentityAwareProxyClient[]
[src]

Clients existing in the brand.

§
nextPageToken?: string
[src]

A token, which can be send as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.