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

GoogleAppsCloudidentityDevicesV1WipeDeviceRequest

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

Request message for wiping all data on the device.

interface GoogleAppsCloudidentityDevicesV1WipeDeviceRequest {
customer?: string;
removeResetLock?: boolean;
}

§Properties

§
customer?: string
[src]

Optional. Resource name of the customer. If you're using this API for your own organization, use customers/my_customer If you're using this API to manage another organization, use customers/{customer}, where customer is the customer to whom the device belongs.

§
removeResetLock?: boolean
[src]

Optional. Specifies if a user is able to factory reset a device after a Device Wipe. On iOS, this is called "Activation Lock", while on Android, this is known as "Factory Reset Protection". If true, this protection will be removed from the device, so that a user can successfully factory reset. If false, the setting is untouched on the device.