Method: accounts.accessBindings.list
アカウントまたはプロパティのすべてのアクセス バインディングを一覧表示します。
HTTP リクエスト
GET https://analyticsadmin.googleapis.com/v1alpha/{parent=accounts/*}/accessBindings
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
必須。形式: - accounts/{account} - properties/{property}
|
クエリ パラメータ
パラメータ |
pageSize |
integer
返されるアクセス バインディングの最大数。サービスが返す値はこれよりも少ないことがあります。指定されていない場合は、最大で 200 個のアクセス バインディングが返されます。最大値は 500 です。500 を超える値は 500 に強制変換されます。
|
pageToken |
string
前回の accessBindings.list 呼び出しから受け取ったページトークン。後続のページを取得するにはこれを指定します。ページネーションを行う場合、accessBindings.list に指定する他のすべてのパラメータは、ページトークンを受け取った呼び出しと一致している必要があります。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には ListAccessBindingsResponse
のインスタンスが含まれます。
認可スコープ
以下のいずれかの OAuth スコープが必要です。
https://www.googleapis.com/auth/analytics.manage.users.readonly
https://www.googleapis.com/auth/analytics.manage.users
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-14 UTC。
[null,null,["最終更新日 2025-01-14 UTC。"],[[["Lists all access bindings associated with a Google Analytics 4 account or property."],["The API request uses the HTTP GET method and requires specifying the parent account or property in the URL path."],["You can control the number of results and retrieve subsequent pages using query parameters for page size and page token."],["Authorization is necessary using specific OAuth scopes related to managing users in Google Analytics."]]],["This outlines the process for listing access bindings on an account or property via an HTTP GET request. The request URL structure uses gRPC Transcoding, and requires a `parent` path parameter specifying the account or property. Optional query parameters `pageSize` and `pageToken` control pagination. The request body must be empty. A successful response returns a `ListAccessBindingsResponse`. Authorization requires specific OAuth scopes, either `analytics.manage.users.readonly` or `analytics.manage.users`.\n"]]