REST Resource: provisioningInfo
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài nguyên: licensingInfo
Thông tin về một thiết bị sẽ có trong quá trình thiết lập.
Biểu diễn dưới dạng JSON |
{
"name": string,
"enterprise": string,
"authenticatedUserEmail": string,
"brand": string,
"model": string,
"apiLevel": integer,
"managementMode": enum (ManagementMode ),
"ownership": enum (Ownership ),
"imei": string,
"meid": string,
"serialNumber": string
} |
Trường |
name |
string
Tên của tài nguyên này ở dạng provisioningInfo/{provisioning_info} .
|
enterprise |
string
Tên của doanh nghiệp ở dạng enterprises/{enterprise} .
|
authenticatedUserEmail |
string
Địa chỉ email của người dùng đã xác thực (chỉ hiển thị đối với phương thức cấp phép Tài khoản Google).
|
brand |
string
Thương hiệu của thiết bị. Ví dụ: Google .
|
model |
string
Kiểu máy của thiết bị. Ví dụ: Asus Nexus 7 .
|
apiLevel |
integer
Cấp độ API của phiên bản nền tảng Android chạy trên thiết bị.
|
managementMode |
enum (ManagementMode )
Chế độ quản lý của thiết bị hoặc hồ sơ.
|
ownership |
enum (Ownership )
Quyền sở hữu thiết bị được quản lý.
|
imei |
string
Đối với các thiết bị thuộc sở hữu của công ty, số IMEI của thiết bị GSM. Ví dụ: A1000031212 .
|
meid |
string
Đối với các thiết bị thuộc sở hữu của công ty, số MEID của thiết bị CDMA. Ví dụ: A00000292788E1 .
|
serialNumber |
string
Đối với các thiết bị thuộc sở hữu của công ty, hãy xem Số sê-ri của thiết bị.
|
Phương thức |
|
Lấy thông tin cấp phép thiết bị theo giá trị nhận dạng được cung cấp trong URL đăng nhập. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003eProvisioningInfo resource provides device information during setup, such as name, enterprise, user, brand, model, and more.\u003c/p\u003e\n"],["\u003cp\u003eThis data is represented in JSON format and includes fields like API level, management mode, ownership, IMEI, and serial number.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve the device provisioning information using the \u003ccode\u003eget\u003c/code\u003e method.\u003c/p\u003e\n"]]],["ProvisioningInfo details device data available during setup, represented in JSON format. Key fields include the device's `name`, `enterprise`, `authenticatedUserEmail`, `brand`, `model`, `apiLevel`, `managementMode`, `ownership`, `imei`, `meid`, and `serialNumber`. This resource enables retrieving device provisioning data using a `get` method, which uses the identifier provided in the sign-in URL. The JSON representation provides the complete structure for these details.\n"],null,["# REST Resource: provisioningInfo\n\n- [Resource: ProvisioningInfo](#ProvisioningInfo)\n - [JSON representation](#ProvisioningInfo.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ProvisioningInfo\n--------------------------\n\nInformation about a device that is available during setup.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"enterprise\": string, \"authenticatedUserEmail\": string, \"brand\": string, \"model\": string, \"apiLevel\": integer, \"managementMode\": enum (/android/management/reference/rest/v1/ManagementMode), \"ownership\": enum (/android/management/reference/rest/v1/Ownership), \"imei\": string, \"meid\": string, \"serialNumber\": string } ``` |\n\n| Fields ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The name of this resource in the form `provisioningInfo/{provisioning_info}`. |\n| `enterprise` | `string` The name of the enterprise in the form `enterprises/{enterprise}`. |\n| `authenticatedUserEmail` | `string` The email address of the authenticated user (only present for Google Account provisioning method). |\n| `brand` | `string` The brand of the device. For example, `Google`. |\n| `model` | `string` The model of the device. For example, `Asus Nexus 7`. |\n| `apiLevel` | `integer` The API level of the Android platform version running on the device. |\n| `managementMode` | `enum (`[ManagementMode](/android/management/reference/rest/v1/ManagementMode)`)` The management mode of the device or profile. |\n| `ownership` | `enum (`[Ownership](/android/management/reference/rest/v1/Ownership)`)` Ownership of the managed device. |\n| `imei` | `string` For corporate-owned devices, IMEI number of the GSM device. For example, `A1000031212`. |\n| `meid` | `string` For corporate-owned devices, MEID number of the CDMA device. For example, `A00000292788E1`. |\n| `serialNumber` | `string` For corporate-owned devices, The device serial number. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------|----------------------------------------------------------------------------------------|\n| ### [get](/android/management/reference/rest/v1/provisioningInfo/get) | Get the device provisioning information by the identifier provided in the sign-in url. |"]]