Class ListCertificateTemplatesRequest (1.4.0)

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

Request message for CertificateAuthorityService.ListCertificateTemplates.

Attributes

NameDescription
parent str
Required. The resource name of the location associated with the CertificateTemplates, in the format ``projects/*/locations/*``.
page_size int
Optional. Limit on the number of CertificateTemplates to include in the response. Further CertificateTemplates can subsequently be obtained by including the ListCertificateTemplatesResponse.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 ListCertificateTemplatesResponse.next_page_token.
filter str
Optional. Only include resources that match the filter in the response.
order_by str
Optional. Specify how the results should be sorted.

Inheritance

builtins.object > proto.message.Message > ListCertificateTemplatesRequest