Method: properties.accessBindings.batchGet
একটি অ্যাকাউন্ট বা সম্পত্তিতে একাধিক অ্যাক্সেস বাইন্ডিং সম্পর্কে তথ্য পায়।
HTTP অনুরোধ
GET https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/accessBindings:batchGet
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
parent | string প্রয়োজন। যে অ্যাকাউন্ট বা সম্পত্তি অ্যাক্সেস বাইন্ডিংয়ের মালিক। 'নাম' ক্ষেত্রের জন্য প্রদত্ত সমস্ত মানগুলির মূল এই ক্ষেত্রের সাথে মিলতে হবে৷ বিন্যাস: - অ্যাকাউন্টস/{অ্যাকাউন্ট} - বৈশিষ্ট্য/{সম্পত্তি} |
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
names[] | string প্রয়োজন। পুনরুদ্ধার করার জন্য অ্যাক্সেস বাইন্ডিংয়ের নাম। একটি ব্যাচে সর্বাধিক 1000টি অ্যাক্সেস বাইন্ডিং পুনরুদ্ধার করা যেতে পারে। বিন্যাস: - অ্যাকাউন্ট/{account}/accessBindings/{accessBinding} - বৈশিষ্ট্য/{property}/accessBindings/{accessBinding} |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে BatchGetAccessBindingsResponse
এর একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগগুলির মধ্যে একটি প্রয়োজন:
-
https://www.googleapis.com/auth/analytics.manage.users.readonly
-
https://www.googleapis.com/auth/analytics.manage.users
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-25 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"]]