Method: properties.accessBindings.create
Erstellt eine Zugriffsbindung für ein Konto oder eine Property.
HTTP-Anfrage
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/accessBindings
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
parent |
string
Erforderlich. Formate: – Konten/{Konto} – Properties/{Property}
|
Anfragetext
Der Anfragetext enthält eine Instanz von AccessBinding
.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von AccessBinding
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
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)."],[[["Creates an access binding for a Google Analytics account or property using an HTTP POST request."],["Requires specifying the parent account or property in the request path."],["The request body should contain an `AccessBinding` object, and a successful response will return the created `AccessBinding`."],["Authorization requires the `https://www.googleapis.com/auth/analytics.manage.users` scope."]]],[]]