Reference documentation and code samples for the Binary Authorization V1 API class Google::Cloud::BinaryAuthorization::V1::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::V1::Attestor>
Returns
- (::Array<::Google::Cloud::BinaryAuthorization::V1::Attestor>) — The list of attestors.
#attestors=
def attestors=(value) -> ::Array<::Google::Cloud::BinaryAuthorization::V1::Attestor>
Parameter
- value (::Array<::Google::Cloud::BinaryAuthorization::V1::Attestor>) — The list of attestors.
Returns
- (::Array<::Google::Cloud::BinaryAuthorization::V1::Attestor>) — The list of attestors.
#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.