Method: projects.locations.oauthClients.credentials.list

Lists all OauthClientCredentials 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 OauthClientCredentials 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 OauthClientCredentials.

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.