Method: projects.locations.products.certificates.list

List all the certificates that match the filter. Restrict to certificate of current client only.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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

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 List filter syntax and usage.

readMask

string (FieldMask format)

The mask which specifies fields that need to be returned in the Certificate'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 ListCertificatesResponse.

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 permissions on the parent resource:

  • integrations.apigeeCertificates.list
  • integrations.certificates.list

For more information, see the IAM documentation.