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

GoogleChromePolicyVersionsV1NetworkSetting

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

A network setting contains network configurations. It adheres to the PolicyAPI formats defined under the namespace chrome.networks.{wifi/ethernet/cellular/vpn}.Details

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

§Properties

§
policySchema?: string
[src]

The fully qualified name of the network setting.

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

The value of the network setting.