Binary Authorization V1beta1 API - Class Google::Cloud::BinaryAuthorization::V1beta1::ListAttestorsResponse (v0.4.1)

Reference documentation and code samples for the Binary Authorization V1beta1 API class Google::Cloud::BinaryAuthorization::V1beta1::ListAttestorsResponse.

Response message for [BinauthzManagementService.ListAttestors][].

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#attestors

def attestors() -> ::Array<::Google::Cloud::BinaryAuthorization::V1beta1::Attestor>

#attestors=

def attestors=(value) -> ::Array<::Google::Cloud::BinaryAuthorization::V1beta1::Attestor>
Parameter

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — 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.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.