Method: projects.locations.oauthClients.credentials.list

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

string

Required. The parent to list OauthClientCredential s for.

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 (  OauthClientCredential 
 
) 
 } 
 ] 
 } 
Fields
oauthClientCredentials[]

object ( OauthClientCredential )

A list of OauthClientCredential s.

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 .

Create a Mobile Website
View Site in Mobile | Classic
Share by: