Identity and Access Management API, gRPC: ApiKeyService.ListScopes
Retrieves the list of scopes.
gRPC request
rpc ListScopes (ListApiKeyScopesRequest) returns (ListApiKeyScopesResponse)
ListApiKeyScopesRequest
{
"pageSize": "int64",
"pageToken": "string"
}
Field |
Description |
pageSize |
int64 The maximum number of results per page to return. If the number of available |
pageToken |
string Page token. To get the next page of results, set |
ListApiKeyScopesResponse
{
"scopes": [
"string"
],
"nextPageToken": "string"
}
Field |
Description |
scopes[] |
string List of scopes |
nextPageToken |
string This token allows you to get the next page of results for list requests. If the number of results |