Class ListCertificatesRequest (1.3.1)

ListCertificatesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the ListCertificates method.

Attributes

NameDescription
parent str
Required. The project and location from which the certificate should be listed, specified in the format projects/*/locations/*.
page_size int
Maximum number of certificates to return per call.
page_token str
The value returned by the last ListCertificatesResponse. Indicates that this is a continuation of a prior ListCertificates call, and that the system should return the next page of data.
filter str
Filter expression to restrict the Certificates returned.
order_by str
A list of Certificate field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".