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

PoliciesListPoliciesOptions

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

Additional options for iam#policiesListPolicies.

interface PoliciesListPoliciesOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of policies to return. IAM ignores this value and uses the value 1000.

§
pageToken?: string
[src]

A page token received in a ListPoliciesResponse. Provide this token to retrieve the next page.