Method: properties.accessBindings.get
Ruft Informationen zu einer Zugriffsbindung ab.
HTTP-Anfrage
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/accessBindings/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name der abzurufenden Zugriffsbindung. Formate: – accounts/{account}/accessBindings/{accessBinding} – Properties/{property}/accessBindings/{accessBinding}
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von AccessBinding
.
Autorisierungsbereiche
Erfordert einen der folgenden OAuth-Bereiche:
https://www.googleapis.com/auth/analytics.manage.users.readonly
https://www.googleapis.com/auth/analytics.manage.users
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-05-06 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-05-06 (UTC)."],[[["Retrieves information about a specific access binding using a GET request."],["Requires providing the access binding name in the URL path."],["An empty request body is needed, and the response includes details of the access binding if successful."],["Authorization is necessary using specific OAuth scopes related to user management in Google Analytics."]]],["This document outlines the process for retrieving information about an access binding using a `GET` request to the specified URL. The URL, formatted with gRPC Transcoding, requires a `name` path parameter indicating the specific access binding. The request body must be empty. A successful response will return an `AccessBinding` instance. Authorization mandates either `analytics.manage.users.readonly` or `analytics.manage.users` OAuth scopes. The try it is an available function to use.\n"]]