Class ListAttestorsRequest (1.3.2)

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

Request message for [BinauthzManagementService.ListAttestors][].

Attributes

NameDescription
parent str
Required. The resource name of the project associated with the attestors, in the format ``projects/*``.
page_size int
Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
page_token str
A token identifying a page of results the server should return. Typically, this is the value of ListAttestorsResponse.next_page_token returned from the previous call to the ``ListAttestors`` method.

Inheritance

builtins.object > proto.message.Message > ListAttestorsRequest