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

EnterprisesDevicesDeleteOptions

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

Additional options for AndroidManagement#enterprisesDevicesDelete.

interface EnterprisesDevicesDeleteOptions {
wipeDataFlags?: "WIPE_DATA_FLAG_UNSPECIFIED" | "PRESERVE_RESET_PROTECTION_DATA" | "WIPE_EXTERNAL_STORAGE";
wipeReasonMessage?: string;
}

§Properties

§
wipeDataFlags?: "WIPE_DATA_FLAG_UNSPECIFIED" | "PRESERVE_RESET_PROTECTION_DATA" | "WIPE_EXTERNAL_STORAGE"
[src]

Optional flags that control the device wiping behavior.

§
wipeReasonMessage?: string
[src]

Optional. A short message displayed to the user before wiping the work profile on personal devices. This has no effect on company owned devices. The maximum message length is 200 characters.