Method: permissions.get
Menampilkan izin untuk ID penerbit yang diberikan.
Permintaan HTTP
GET https://walletobjects.googleapis.com/walletobjects/v1/permissions/{resourceId}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
resourceId |
string (int64 format)
ID unik untuk penerbit. ID ini harus unik di semua penerbit.
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons memuat instance Permissions
.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/wallet_object.issuer
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-11-07 UTC.
[null,null,["Terakhir diperbarui pada 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."]]],[]]