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
회사 소유 기기의 경우 기기 일련번호입니다.
|
메서드 |
|
로그인 URL에 제공된 식별자를 통해 기기 프로비저닝 정보를 가져옵니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 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. |"]]