ListCertificatesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for CertificateAuthorityService.ListCertificates.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The resource name of the parent associated with the Certificates, in the format projects/*/locations/*/caPools/*. The
parent resource name can be in one of two forms:
1. **Specific CA Pool:** To list certificates within a
single CA Pool: projects/*/locations/*/caPools/*
2. **All CA Pools in a Location:** To list certificates
across *all* CA Pools in a given project and location,
use the wildcard character (-) in place of the CA
Pool ID. Example: 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 |