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";
}