Method: accounts.accessBindings.patch
עדכון קישור גישה בחשבון או בנכס.
בקשת HTTP
PATCH https://analyticsadmin.googleapis.com/v1alpha/{accessBinding.name=accounts/*/accessBindings/*}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
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
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]