Method: properties.accessBindings.batchGet
الحصول على معلومات عن عمليات ربط الوصول المتعدّدة بحساب أو موقع
طلب HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/accessBindings:batchGet
يستخدم عنوان URL بنية تحويل الترميز gRPC.
معلمات المسار
المَعلمات |
parent |
string
مطلوبة. الحساب أو الموقع الذي يملك روابط الوصول. يجب أن يتطابق أصل كل القيم المقدَّمة في حقل "الأسماء" مع هذا الحقل. الأشكال: - الحسابات/{account} - المواقع/{property}
|
معلمات طلب البحث
المَعلمات |
names[] |
string
مطلوبة. أسماء روابط الوصول المطلوب استردادها. يمكن استرداد 1,000 عملية ربط وصول كحدّ أقصى في دُفعة واحدة. التنسيقات: - accounts/{account}/accessboundings/{access بحسابك } - المواقع/{property}/accessboundings/{accessbounding}
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال BatchGetAccessBindingsResponse
.
نطاقات التفويض
يتطلب استخدام أحد نطاقات OAuth التالية:
https://www.googleapis.com/auth/analytics.manage.users.readonly
https://www.googleapis.com/auth/analytics.manage.users
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-05-06 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-05-06 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]