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

WipeAction

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

An action to reset a company owned device or delete a work profile. Note: blockAction must also be specified.

interface WipeAction {
preserveFrp?: boolean;
wipeAfterDays?: number;
}

§Properties

§
preserveFrp?: boolean
[src]

Whether the factory-reset protection data is preserved on the device. This setting doesn’t apply to work profiles.

§
wipeAfterDays?: number
[src]

Number of days the policy is non-compliant before the device or work profile is wiped. wipeAfterDays must be greater than blockAfterDays.