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

GoogleWorkspaceAccount

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

A Google Workspace customer.

interface GoogleWorkspaceAccount {
customerId?: string;
readonly preProvisioningTokens?: string[];
}

§Properties

§
customerId?: string
[src]

Required. The customer ID.

§
readonly preProvisioningTokens?: string[]
[src]

Output only. The pre-provisioning tokens previously used to claim devices.