Method: accounts.accessBindings.batchUpdate
アカウントまたはプロパティに対する複数のアクセス バインディングに関する情報を更新します。
HTTP リクエスト
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=accounts/*}/accessBindings:batchUpdate
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
必須。アクセス バインディングを所有するアカウントまたはプロパティ。UpdateAccessBindingRequest メッセージで指定されたすべての AccessBinding の親は、このフィールドと一致している必要があります。形式: - accounts/{account} - properties/{property}
|
リクエストの本文
リクエストの本文には、次の構造のデータが含まれます。
フィールド |
requests[] |
object (UpdateAccessBindingRequest )
必須。更新するアクセス バインディングを指定するリクエスト。バッチで更新できるアクセス バインディングは最大 1,000 個です。
|
レスポンスの本文
成功した場合、レスポンスの本文には BatchUpdateAccessBindingsResponse
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/analytics.manage.users
UpdateAccessBindingRequest
accessBindings.patch RPC のリクエスト メッセージ。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-14 UTC。
[null,null,["最終更新日 2025-01-14 UTC。"],[[["This documentation outlines how to update information about multiple access bindings to a Google Analytics account or property using the batchUpdate method."],["The method utilizes an HTTP POST request to a specific endpoint with path parameters indicating the account or property."],["The request body should contain an array of `UpdateAccessBindingRequest` objects, each specifying an access binding to update."],["Successful execution results in a `BatchUpdateAccessBindingsResponse` object, and the process requires the `analytics.manage.users` OAuth scope for authorization."]]],["This document outlines the process for updating multiple access bindings for Google Analytics accounts or properties via a batch operation. It uses a `POST` request to the specified URL, with the `parent` path parameter indicating the target account or property. The request body includes an array of `UpdateAccessBindingRequest` objects, each containing an `accessBinding` object to be updated. The maximum number of bindings to be updated is 1000. Successful requests return a `BatchUpdateAccessBindingsResponse`. Authorization requires the `analytics.manage.users` scope.\n"]]