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

GoogleChromePolicyVersionsV1PolicyValue

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

A particular value for a policy managed by the service.

interface GoogleChromePolicyVersionsV1PolicyValue {
policySchema?: string;
value?: {
[key: string]: any;
}
;
}

§Properties

§
policySchema?: string
[src]

The fully qualified name of the policy schema associated with this policy.

§
value?: {
[key: string]: any;
}
[src]

The value of the policy that is compatible with the schema that it is associated with.