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

PersonalApplicationPolicy

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

Policies for apps in the personal profile of a company-owned device with a work profile.

interface PersonalApplicationPolicy {
installType?: "INSTALL_TYPE_UNSPECIFIED" | "BLOCKED" | "AVAILABLE";
packageName?: string;
}

§Properties

§
installType?: "INSTALL_TYPE_UNSPECIFIED" | "BLOCKED" | "AVAILABLE"
[src]

The type of installation to perform.

§
packageName?: string
[src]

The package name of the application.