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

ClaimDevicesRequest

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

Request to claim devices asynchronously in batch. Claiming a device adds the device to zero-touch enrollment and shows the device in the customer's view of the portal.

interface ClaimDevicesRequest {
claims?: PartnerClaim[];
}

§Properties

§

Required. A list of device claims.