Method: projects.locations.authConfigs.list

Lists all auth configs that match the filter. Restrict to auth configs belong to the current client only.

HTTP request

GET https://integrations.googleapis.com/v1/{parent=projects/*/locations/*}/authConfigs

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The client, which owns this collection of AuthConfigs.

Query parameters

Parameters
pageSize

integer

The size of entries in the response. If unspecified, defaults to 100.

pageToken

string

The token returned in the previous response.

filter

string

Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters.

readMask

string (FieldMask format)

The mask which specifies fields that need to be returned in the AuthConfig's response.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ListAuthConfigsResponse.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • integrations.authConfigs.list

For more information, see the IAM documentation.