WipeParams
import type { WipeParams } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";
Parameters associated with the WIPE command to wipe the device.
interface WipeParams {
wipeDataFlags?:
| "WIPE_DATA_FLAG_UNSPECIFIED"
| "PRESERVE_RESET_PROTECTION_DATA"
| "WIPE_EXTERNAL_STORAGE"
| "WIPE_ESIMS"[];
wipeReason?: UserFacingMessage;
}§Properties
§
wipeDataFlags?: "WIPE_DATA_FLAG_UNSPECIFIED" | "PRESERVE_RESET_PROTECTION_DATA" | "WIPE_EXTERNAL_STORAGE" | "WIPE_ESIMS"[]
[src]Optional. Flags to determine what data to wipe.
§
wipeReason?: UserFacingMessage
[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.