AI-generated Key Takeaways
-
ProvisioningInfo resource provides device information during setup, such as name, enterprise, user, brand, model, and more.
-
This data is represented in JSON format and includes fields like API level, management mode, ownership, IMEI, and serial number.
-
You can retrieve the device provisioning information using the
get
method.
Resource: ProvisioningInfo
Information about a device that is available during setup.
JSON representation |
---|
{ "name": string, "enterprise": string, "authenticatedUserEmail": string, "brand": string, "model": string, "apiLevel": integer, "managementMode": enum ( |
Fields | |
---|---|
name |
The name of this resource in the form |
enterprise |
The name of the enterprise in the form |
authenticatedUserEmail |
The email address of the authenticated user (only present for Google Account provisioning method). |
brand |
The brand of the device. For example, |
model |
The model of the device. For example, |
apiLevel |
The API level of the Android platform version running on the device. |
managementMode |
The management mode of the device or profile. |
ownership |
Ownership of the managed device. |
imei |
For corporate-owned devices, IMEI number of the GSM device. For example, |
meid |
For corporate-owned devices, MEID number of the CDMA device. For example, |
serialNumber |
For corporate-owned devices, The device serial number. |
Methods |
|
---|---|
|
Get the device provisioning information by the identifier provided in the sign-in url. |