Method: accounts.accessBindings.patch
アカウントまたはプロパティのアクセス バインディングを更新します。
HTTP リクエスト
PATCH https://analyticsadmin.googleapis.com/v1alpha/{accessBinding.name=accounts/*/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=accounts/*/accessBindings/*}` with the access binding name specified as a path parameter."],["The request body should contain an `AccessBinding` object with the desired updates."],["Successful responses will also contain an `AccessBinding` object representing the updated binding."],["Authorization requires the `https://www.googleapis.com/auth/analytics.manage.users` scope."]]],["This describes how to update an access binding for an account or property using a PATCH request. The request URL includes the `accessBinding.name` as a path parameter. The request and response bodies use the `AccessBinding` format. Authorization requires the `https://www.googleapis.com/auth/analytics.manage.users` OAuth scope. The specific endpoint is `https://analyticsadmin.googleapis.com/v1alpha/{accessBinding.name=accounts/*/accessBindings/*}`. This employs gRPC Transcoding syntax.\n"]]