Method: properties.accessBindings.batchUpdate
アカウントまたはプロパティへの複数のアクセス バインディングに関する情報を更新します。
HTTP リクエスト
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/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
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-29 UTC。
[null,null,["最終更新日 2024-08-29 UTC。"],[[["Updates information about multiple access bindings to an account or property."],["Sends a POST request to the specified URL with path parameters for the parent account or property."],["Requires a request body containing an array of UpdateAccessBindingRequest objects."],["Upon success, returns a BatchUpdateAccessBindingsResponse object."],["Needs authorization with the `https://www.googleapis.com/auth/analytics.manage.users` scope."]]],["This document details the process of updating multiple access bindings for an account or property via a `POST` request to a specified URL. The URL requires the `parent` parameter, indicating the account or property. The request body, formatted in JSON, contains an array of `requests`, each defining an access binding to update, with a maximum of 1000 allowed. Successful updates return a `BatchUpdateAccessBindingsResponse`. This process requires the `https://www.googleapis.com/auth/analytics.manage.users` authorization scope.\n"]]