Method: permissions.get
Trả về các quyền đối với mã nhà phát hành nhất định.
Yêu cầu HTTP
GET https://walletobjects.googleapis.com/walletobjects/v1/permissions/{resourceId}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Tham số |
resourceId |
string (int64 format)
Giá trị nhận dạng duy nhất của tổ chức phát hành. Mã này phải là duy nhất đối với tất cả các nhà phát hành.
|
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 Permissions
.
Phạm vi uỷ quyền
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/wallet_object.issuer
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-03-13 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-03-13 UTC."],[[["Retrieves permissions associated with a specific issuer ID using a GET request."],["Requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for authorization."],["Utilizes a path parameter to specify the issuer ID, which must be unique and in `int64` format."],["Response provides permission details in the form of a `Permissions` object if the request is successful."],["The request body should be empty for this operation."]]],["This document details retrieving permissions for a specific issuer using a GET request. The core action is a `GET` request to `https://walletobjects.googleapis.com/walletobjects/v1/permissions/{resourceId}`, with the `resourceId` being a unique issuer identifier. The request body must be empty. A successful response contains `Permissions`. The process requires the OAuth scope `https://www.googleapis.com/auth/wallet_object.issuer` for authorization. It uses gRPC Transcoding syntax for the URL.\n"]]