Method: accounts.accessBindings.get
Ruft Informationen zu einer Zugriffsbindung ab.
HTTP-Anfrage
GET https://analyticsadmin.googleapis.com/v1alpha/{name=accounts/*/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 details about a specific access binding using a GET request."],["Utilizes path parameters to specify the desired account and access binding for retrieval."],["Requires appropriate authorization scopes for user access and management within Google Analytics."],["Response provides an instance of AccessBinding containing the requested information."]]],["This document outlines the process for retrieving access binding information via an HTTP GET request. The request is directed to a specific URL using gRPC Transcoding syntax, with the required `name` parameter specifying the access binding's location within `accounts` or `properties`. The request body must be empty. A successful response returns an `AccessBinding` instance. Authorization requires one of two specified OAuth scopes, allowing either read-only or full management of user access.\n"]]