Method: properties.accessBindings.patch
Zaktualizuj połączenie dostępu na koncie lub w usłudze.
Żądanie HTTP
PATCH https://analyticsadmin.googleapis.com/v1alpha/{accessBinding.name=properties/*/accessBindings/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
accessBinding.name |
string
Tylko dane wyjściowe. Nazwa zasobu tego powiązania. Format: accounts/{account}/accessBindings/{accessBinding} lub properties/{property}/accessBindings/{accessBinding} Przykład: „accounts/100/accessBindings/200”
|
Treść żądania
Treść żądania zawiera wystąpienie elementu AccessBinding
.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu AccessBinding
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/analytics.manage.users
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-01-14 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]