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

GoogleCloudOrgpolicyV2ListCustomConstraintsResponse

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

The response returned from the ListCustomConstraints method. It will be empty if no custom constraints are set on the organization resource.

interface GoogleCloudOrgpolicyV2ListCustomConstraintsResponse {
nextPageToken?: string;
}

§Properties

§

All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.

§
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.