Method: accounts.accessBindings.patch
Zaktualizuj połączenie dostępu na koncie lub w usłudze.
Żądanie HTTP
PATCH https://analyticsadmin.googleapis.com/v1alpha/{accessBinding.name=accounts/*/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=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"]]