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

GoogleChromePolicyVersionsV1ResolveRequest

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

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

interface GoogleChromePolicyVersionsV1ResolveRequest {
pageSize?: number;
pageToken?: string;
policySchemaFilter?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of policies to return, defaults to 100 and has a maximum of 1000.

§
pageToken?: string
[src]

The page token used to retrieve a specific page of the request.

§
policySchemaFilter?: string
[src]

Required. The schema filter to apply to the resolve request. Specify a schema name to view a particular schema, for example: chrome.users.ShowLogoutButton Wildcards are supported, but only in the leaf portion of the schema name. Wildcards cannot be used in namespace directly. Please read https://developers.google.com/chrome/policy/guides/policy-schemas for details on schema namespaces. For example: Valid: "chrome.users.", "chrome.users.apps.", "chrome.printers." Invalid: "", ".users", "chrome.", "chrome..apps."

§

Required. The key of the target resource on which the policies should be resolved.