View Source GoogleApi.BinaryAuthorization.V1.Model.ListAttestorsResponse (google_api_binary_authorization v0.17.1)
Response message for BinauthzManagementServiceV1.ListAttestors.
Attributes
-
attestors
(type:list(GoogleApi.BinaryAuthorization.V1.Model.Attestor.t)
, default:nil
) - The list of attestors. -
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve the next page of results. Pass this value in the ListAttestorsRequest.page_token field in the subsequent call to theListAttestors
method to retrieve the next page of results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.ListAttestorsResponse{ attestors: [GoogleApi.BinaryAuthorization.V1.Model.Attestor.t()] | nil, nextPageToken: String.t() | nil }