Method: provisioningInfo.get
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.
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.
Yêu cầu HTTP
GET https://androidmanagement.googleapis.com/v1/{name=provisioningInfo/*}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Thông số |
name |
string
Bắt buộc. Giá trị nhận dạng mà Android Device Policy chuyển đến trang đăng nhập của bên thứ ba ở dạng provisioningInfo/{provisioning_info} .
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của ProvisioningInfo
.
Phạm vi uỷ quyền
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/androidmanagement
Để biết thêm thông tin, hãy xem OAuth 2.0 Overview.
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\u003eRetrieve device provisioning details using a unique identifier from the sign-in URL.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the \u003ccode\u003ehttps://www.googleapis.com/auth/androidmanagement\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"],["\u003cp\u003eThe API endpoint utilizes gRPC Transcoding and expects an empty request body.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful responses return a ProvisioningInfo object containing device provisioning data.\u003c/p\u003e\n"]]],["The core content describes retrieving device provisioning information using a `GET` request to `https://androidmanagement.googleapis.com/v1/{name=provisioningInfo/*}`. The `name` path parameter, a string, is a required identifier from the sign-in URL. The request body must be empty. A successful response returns a `ProvisioningInfo` instance. This action requires the OAuth scope: `https://www.googleapis.com/auth/androidmanagement`. It also uses gRPC Transcoding.\n"],null,["# Method: provisioningInfo.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGet the device provisioning information by the identifier provided in the sign-in url.\n\n### HTTP request\n\n`GET https://androidmanagement.googleapis.com/v1/{name=provisioningInfo/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The identifier that Android Device Policy passes to the 3P sign-in page in the form of `provisioningInfo/{provisioning_info}`. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ProvisioningInfo](/android/management/reference/rest/v1/provisioningInfo#ProvisioningInfo).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidmanagement`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]