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

FindDevicesByOwnerRequest

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

Request to find devices by customers.

interface FindDevicesByOwnerRequest {
customerId?: bigint[];
googleWorkspaceCustomerId?: string[];
limit?: bigint;
pageToken?: string;
sectionType?: "SECTION_TYPE_UNSPECIFIED" | "SECTION_TYPE_SIM_LOCK" | "SECTION_TYPE_ZERO_TOUCH";
}

§Properties

§
customerId?: bigint[]
[src]

The list of customer IDs to search for.

§
googleWorkspaceCustomerId?: string[]
[src]

The list of IDs of Google Workspace accounts to search for.

§
limit?: bigint
[src]

Required. The maximum number of devices to show in a page of results. Must be between 1 and 100 inclusive.

§
pageToken?: string
[src]

A token specifying which result page to return.

§
sectionType?: "SECTION_TYPE_UNSPECIFIED" | "SECTION_TYPE_SIM_LOCK" | "SECTION_TYPE_ZERO_TOUCH"
[src]

Required. The section type of the device's provisioning record.