REST Resource: provisioningInfo
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المورد: معلومات إدارة الحسابات
معلومات حول الجهاز المتاح أثناء عملية الإعداد
تمثيل 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
} |
الحقول |
name |
string
اسم هذا المورد في النموذج provisioningInfo/{provisioning_info} .
|
enterprise |
string
تمثّل هذه السمة اسم المؤسسة بالتنسيق enterprises/{enterprise} .
|
authenticatedUserEmail |
string
عنوان البريد الإلكتروني للمستخدم الذي تمت مصادقته (يتوفّر فقط لطريقة إدارة حسابات حساب Google).
|
brand |
string
العلامة التجارية للجهاز. مثلاً: Google
|
model |
string
طراز الجهاز. مثلاً: Asus Nexus 7
|
apiLevel |
integer
مستوى واجهة برمجة التطبيقات لإصدار نظام Android الأساسي الذي يعمل على الجهاز
|
managementMode |
enum (ManagementMode )
وضع إدارة الجهاز أو الملف الشخصي
|
ownership |
enum (Ownership )
ملكية الجهاز المُدار
|
imei |
string
بالنسبة للأجهزة المملوكة للشركة، رقم IMEI لجهاز GSM. مثلاً: A1000031212
|
meid |
string
بالنسبة إلى الأجهزة المملوكة للشركة، رقم MEID لجهاز CDMA. مثلاً: A00000292788E1
|
serialNumber |
string
بالنسبة للأجهزة المملوكة للشركة، الرقم التسلسلي للجهاز
|
الطُرق |
|
يمكنك الحصول على معلومات توفير الأجهزة من خلال المعرّف المقدم في عنوان URL لتسجيل الدخول. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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. |"]]