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

AlwaysOnVpnPackage

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

Configuration for an always-on VPN connection.

interface AlwaysOnVpnPackage {
lockdownEnabled?: boolean;
packageName?: string;
}

§Properties

§
lockdownEnabled?: boolean
[src]

Disallows networking when the VPN is not connected.

§
packageName?: string
[src]

The package name of the VPN app.