Class ListCertificatesRequest (1.6.0)

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

Request message for CertificateAuthorityService.ListCertificates.

Attributes

NameDescription
parent str
Required. The resource name of the location associated with the Certificates, in the format projects/*/locations/*/caPools/*.
page_size int
Optional. Limit on the number of Certificates to include in the response. Further Certificates can subsequently be obtained by including the ListCertificatesResponse.next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.
page_token str
Optional. Pagination token, returned earlier via ListCertificatesResponse.next_page_token.
filter str
Optional. Only include resources that match the filter in the response. For details on supported filters and syntax, see `Certificates Filtering documentation
order_by str
Optional. Specify how the results should be sorted. For details on supported fields and syntax, see `Certificates Sorting documentation