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

DefaultApplicationContext

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

Additional context for non-compliance related to default application settings.

interface DefaultApplicationContext {
readonly defaultApplicationScope?:
| "DEFAULT_APPLICATION_SCOPE_UNSPECIFIED"
| "SCOPE_FULLY_MANAGED"
| "SCOPE_WORK_PROFILE"
| "SCOPE_PERSONAL_PROFILE";
}

§Properties

§
readonly defaultApplicationScope?: "DEFAULT_APPLICATION_SCOPE_UNSPECIFIED" | "SCOPE_FULLY_MANAGED" | "SCOPE_WORK_PROFILE" | "SCOPE_PERSONAL_PROFILE"
[src]

Output only. The scope of non-compliant default application setting.