Lists all OauthClientCredential
s in an OauthClient
.
HTTP request
GET https://iam.googleapis.com/v1/{parent=projects/*/locations/*/oauthClients/*}/credentials
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent to list |
Request body
The request body must be empty.
Response body
Response message for credentials.list.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"oauthClientCredentials": [
{
object ( |
Fields | |
---|---|
oauthClientCredentials[] |
A list of |
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.