Method: projects.locations.scopes.rbacrolebindings.list
Stay organized with collections
Save and categorize content based on your preferences.
Lists all Scope RBACRoleBindings.
HTTP request
GET https://gkehub.googleapis.com/v1/{parent=projects/*/locations/*/scopes/*}/rbacrolebindings
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
Required. The parent (project and location) where the Features will be listed. Specified in the format projects/*/locations/*/scopes/* .
Authorization requires the following IAM permission on the specified resource parent :
gkehub.rbacrolebindings.list
|
Query parameters
Parameters |
pageSize |
integer
Optional. When requesting a 'page' of resources, pageSize specifies number of resources to return. If unspecified or set to 0, all resources will be returned.
|
pageToken |
string
Optional. Token returned by previous call to rbacrolebindings.list which specifies the position in the list from where to continue listing the resources.
|
Request body
The request body must be empty.
Response body
List of Scope RBACRoleBindings.
If successful, the response body contains data with the following structure:
JSON representation |
{
"rbacrolebindings": [
{
object (RBACRoleBinding )
}
],
"nextPageToken": string
} |
Fields |
rbacrolebindings[] |
object (RBACRoleBinding )
The list of Scope RBACRoleBindings.
|
nextPageToken |
string
A token to request the next page of resources from the rbacrolebindings.list method. The value of an empty string means that there are no more resources to return.
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[],[],null,["# Method: projects.locations.scopes.rbacrolebindings.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListScopeRBACRoleBindingsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Examples](#examples)\n- [Try it!](#try-it)\n\nLists all Scope RBACRoleBindings.\n\n### HTTP request\n\n`GET https://gkehub.googleapis.com/v1/{parent=projects/*/locations/*/scopes/*}/rbacrolebindings`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nList of Scope RBACRoleBindings.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]