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

GoogleChromePolicyVersionsV1ResolveResponse

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

Response message for getting the resolved policy value for a specific target.

interface GoogleChromePolicyVersionsV1ResolveResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

The page token used to get the next set of resolved policies found by the request.

§

The list of resolved policies found by the resolve request.