Class ListAttestorsResponse (1.3.2)

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

Response message for [BinauthzManagementService.ListAttestors][].

Attributes

NameDescription
attestors Sequence[google.cloud.binaryauthorization_v1.types.Attestor]
The list of attestors.
next_page_token str
A token to retrieve the next page of results. Pass this value in the ListAttestorsRequest.page_token field in the subsequent call to the ``ListAttestors`` method to retrieve the next page of results.

Inheritance

builtins.object > proto.message.Message > ListAttestorsResponse