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

GoogleCloudOrgpolicyV2ListPoliciesResponse

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

The response returned from the ListPolicies method. It will be empty if no policies are set on the resource.

interface GoogleCloudOrgpolicyV2ListPoliciesResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.

§

All policies that exist on the resource. It will be empty if no policies are set.