ProvisioningInfo
import type { ProvisioningInfo } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";
Information about a device that is available during setup.
interface ProvisioningInfo {
apiLevel?: number;
authenticatedUserEmail?: string;
brand?: string;
enterprise?: string;
imei?: string;
managementMode?: "MANAGEMENT_MODE_UNSPECIFIED" | "DEVICE_OWNER" | "PROFILE_OWNER";
meid?: string;
model?: string;
name?: string;
ownership?: "OWNERSHIP_UNSPECIFIED" | "COMPANY_OWNED" | "PERSONALLY_OWNED";
serialNumber?: string;
}§Properties
§
authenticatedUserEmail?: string
[src]The email address of the authenticated user (only present for Google Account provisioning method).
§
imei?: string
[src]For corporate-owned devices, IMEI number of the GSM device. For example, A1000031212.
§
managementMode?: "MANAGEMENT_MODE_UNSPECIFIED" | "DEVICE_OWNER" | "PROFILE_OWNER"
[src]The management mode of the device or profile.
§
meid?: string
[src]For corporate-owned devices, MEID number of the CDMA device. For example, A00000292788E1.