Identity and Access Management API, REST: OAuthClient.List
Retrieves the list of OAuthClient resources views in the specified folder
HTTP request
GET https://iam.api.cloud.yandex.net/iam/v1/oauthClients
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 |
folderId |
string Required field. ID of the folder to list oauth clients for |
Response
HTTP Code: 200 - OK
{
"oauthClients": [
{
"id": "string",
"name": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
oauthClients[] |
List of OAuthClient resource views |
nextPageToken |
string This token allows you to get the next page of results for list requests. If the number of results |
OAuthClientListView
Field |
Description |
id |
string ID of the OAuthClient resource. |
name |
string Name of the OAuthClient resource. |