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

GoogleIamV2ListPoliciesResponse

import type { GoogleIamV2ListPoliciesResponse } from "https://googleapis.deno.dev/v1/iam:v2.ts";

Response message for ListPolicies.

interface GoogleIamV2ListPoliciesResponse {
nextPageToken?: string;
policies?: GoogleIamV2Policy[];
}

§Properties

§
nextPageToken?: string
[src]

A page token that you can use in a ListPoliciesRequest to retrieve the next page. If this field is omitted, there are no additional pages.

§

Metadata for the policies that are attached to the resource.