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

GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest

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

Request message for starting an account wipe on device.

interface GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest {
customer?: string;
}

§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.