Identity and Access Management API, REST: ApiKey.ListScopes
Retrieves the list of scopes.
HTTP request
GET https://iam.api.cloud.yandex.net/iam/v1/apiKeys/scopes
Query parameters
Field |
Description |
pageSize |
string (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 |
Response
HTTP Code: 200 - OK
{
"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 |