- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
- Try it!
Lists all non-deleted OauthClient
s in a project. If showDeleted
is set to true
, then deleted OauthClient
s are also listed.
HTTP request
GET https://iam.googleapis.com/v1/{parent=projects/*/locations/*}/oauthClients
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent to list |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of |
pageToken |
Optional. A page token, received from a previous |
showDeleted |
Optional. Whether to return soft-deleted |
Request body
The request body must be empty.
Response body
Response message for oauthClients.list.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"oauthClients": [
{
object ( |
Fields | |
---|---|
oauthClients[] |
A list of |
nextPageToken |
Optional. A token, which can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/iam
For more information, see the Authentication Overview.