google_api_binary_authorization v0.6.1 GoogleApi.BinaryAuthorization.V1.Model.ListAttestorsResponse View Source

Response message for BinauthzManagementService.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 the ListAttestors method to retrieve the next page of results.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.BinaryAuthorization.V1.Model.ListAttestorsResponse{
  attestors: [GoogleApi.BinaryAuthorization.V1.Model.Attestor.t()],
  nextPageToken: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.