Class ListCertificateAuthoritiesRequest (1.3.1)

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

Request message for CertificateAuthorityService.ListCertificateAuthorities.

Attributes

NameDescription
parent str
Required. The resource name of the location associated with the CertificateAuthorities, in the format ``projects/*/locations/*``.
page_size int
Optional. Limit on the number of CertificateAuthorities to include in the response. Further CertificateAuthorities can subsequently be obtained by including the ListCertificateAuthoritiesResponse.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 ListCertificateAuthoritiesResponse.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 > ListCertificateAuthoritiesRequest