Method: properties.accessBindings.patch
アカウントまたはプロパティのアクセス バインディングを更新します。
HTTP リクエスト
PATCH https://analyticsadmin.googleapis.com/v1alpha/{accessBinding.name=properties/*/accessBindings/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
accessBinding.name |
string
出力専用。このバインディングのリソース名。 形式: accounts/{account}/accessBindings/{accessBinding} または properties/{property}/accessBindings/{accessBinding} 例: "accounts/100/accessBindings/200"
|
リクエストの本文
リクエストの本文には AccessBinding
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には AccessBinding
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/analytics.manage.users
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-14 UTC。
[null,null,["最終更新日 2025-01-14 UTC。"],[[["Updates an access binding on an account or property using an HTTP PATCH request."],["The request should be sent to the URL `https://analyticsadmin.googleapis.com/v1alpha/{accessBinding.name=properties/*/accessBindings/*}` with the access binding name specified as a path parameter."],["The request body should contain an instance of AccessBinding, and a successful response will return an updated instance of AccessBinding."],["Authorization requires the `https://www.googleapis.com/auth/analytics.manage.users` OAuth scope."]]],["This document details updating an access binding on an account or property using a PATCH request. The endpoint is `https://analyticsadmin.googleapis.com/v1alpha/{accessBinding.name=properties/*/accessBindings/*}`, where `accessBinding.name` specifies the resource. The request body uses the `AccessBinding` resource, which will also be returned if the request is successful. This operation requires the `https://www.googleapis.com/auth/analytics.manage.users` OAuth scope.\n"]]