Coba server MCP untuk Google Analytics. Instal dari
GitHub, dan lihat
pengumuman untuk mengetahui detail selengkapnya.
Method: properties.accessBindings.patch
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Memperbarui binding akses pada akun atau properti.
Permintaan HTTP
PATCH https://analyticsadmin.googleapis.com/v1alpha/{accessBinding.name=properties/*/accessBindings/*}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
accessBinding.name |
string
Hanya output. Nama resource binding ini. Format: accounts/{account}/accessBindings/{accessBinding} atau properties/{property}/accessBindings/{accessBinding} Contoh: "accounts/100/accessBindings/200"
|
Isi permintaan
Isi permintaan memuat instance AccessBinding
.
Isi respons
Jika berhasil, isi respons akan berisi instance AccessBinding
.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut ini:
https://www.googleapis.com/auth/analytics.manage.users
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003eUpdates an access binding on an account or property using an HTTP PATCH request.\u003c/p\u003e\n"],["\u003cp\u003eThe request should be sent to the URL \u003ccode\u003ehttps://analyticsadmin.googleapis.com/v1alpha/{accessBinding.name=properties/*/accessBindings/*}\u003c/code\u003e with the access binding name specified as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain an instance of AccessBinding, and a successful response will return an updated instance of AccessBinding.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/analytics.manage.users\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],["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"],null,["# Method: properties.accessBindings.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUpdates an access binding on an account or property.\n\n### HTTP request\n\n`PATCH https://analyticsadmin.googleapis.com/v1alpha/{accessBinding.name=properties/*/accessBindings/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `accessBinding.name` | `string` Output only. Resource name of this binding. Format: accounts/{account}/accessBindings/{accessBinding} or properties/{property}/accessBindings/{accessBinding} Example: \"accounts/100/accessBindings/200\" |\n\n### Request body\n\nThe request body contains an instance of [AccessBinding](/analytics/devguides/config/admin/v1/rest/v1alpha/accounts.accessBindings#AccessBinding).\n\n### Response body\n\nIf successful, the response body contains an instance of [AccessBinding](/analytics/devguides/config/admin/v1/rest/v1alpha/accounts.accessBindings#AccessBinding).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/analytics.manage.users`"]]