Method: properties.accessBindings.batchGet
Mendapatkan informasi tentang beberapa binding akses ke sebuah akun atau properti.
Permintaan HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/accessBindings:batchGet
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
parent |
string
Wajib. Akun atau properti yang memiliki binding akses. Induk dari semua nilai yang diberikan untuk kolom 'names' harus cocok dengan kolom ini. Format: - accounts/{account} - properti/{property}
|
Parameter kueri
Parameter |
names[] |
string
Wajib. Nama-nama binding akses yang akan diambil. Maksimum 1.000 binding akses dapat diambil dalam satu batch. Format: - accounts/{account}/accessBindings/{accessBinding} - properties/{property}/accessBindings/{accessBinding}
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons akan berisi instance BatchGetAccessBindingsResponse
.
Cakupan otorisasi
Memerlukan salah satu cakupan OAuth berikut:
https://www.googleapis.com/auth/analytics.manage.users.readonly
https://www.googleapis.com/auth/analytics.manage.users
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-05-06 UTC.
[null,null,["Terakhir diperbarui pada 2024-05-06 UTC."],[[["Retrieves information about multiple access bindings associated with a Google Analytics 4 account or property."],["Uses the `batchGet` method to efficiently fetch data for up to 1000 access bindings in a single request."],["Requires specifying the parent account or property and providing a list of access binding names to retrieve."],["The API employs gRPC Transcoding for its URL structure and needs appropriate authorization scopes for access."],["Returns a `BatchGetAccessBindingsResponse` containing details about the requested access bindings upon successful execution."]]],["This document details how to retrieve multiple access bindings for an account or property using a `GET` request to the specified URL. The `parent` path parameter, representing the account or property, is mandatory. The `names[]` query parameter, also required, specifies the access bindings to retrieve, with a maximum of 1000. The request body is empty. A successful operation returns a `BatchGetAccessBindingsResponse`. Authorization requires specific OAuth scopes related to managing users.\n"]]