REST Resource: provisioningInfo
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源: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 平台版本 API 級別。
|
managementMode |
enum (ManagementMode )
裝置或設定檔的管理模式。
|
ownership |
enum (Ownership )
受管理裝置的擁有權。
|
imei |
string
如果是公司擁有的裝置,則為 GSM 裝置的 IMEI 號碼。例如 A1000031212 。
|
meid |
string
如果是公司擁有的裝置,CDMA 裝置的 MEID 號碼。例如 A00000292788E1 。
|
serialNumber |
string
如果是公司擁有的裝置,則會顯示裝置序號。
|
方法 |
|
透過登入網址提供的 ID 取得裝置佈建資訊。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 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. |"]]