Method: permissions.get
Belirtilen kimliği veren kuruluşun izinlerini döndürür.
HTTP isteği
GET https://walletobjects.googleapis.com/walletobjects/v1/permissions/{resourceId}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
resourceId |
string (int64 format)
Bir ihraççının benzersiz tanımlayıcısı. Bu kimlik, tüm kart verenler arasında benzersiz olmalıdır.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, Permissions
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/wallet_object.issuer
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-11-07 UTC.
[null,null,["Son güncelleme tarihi: 2024-11-07 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"]]