Binary Authorization v1 API - Class ListAttestorsResponse (2.5.0)

public sealed class ListAttestorsResponse : IPageResponse<Attestor>, IEnumerable<Attestor>, IEnumerable, IMessage<ListAttestorsResponse>, IEquatable<ListAttestorsResponse>, IDeepCloneable<ListAttestorsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Binary Authorization v1 API class ListAttestorsResponse.

Response message for [BinauthzManagementService.ListAttestors][].

Inheritance

object > ListAttestorsResponse

Namespace

Google.Cloud.BinaryAuthorization.V1

Assembly

Google.Cloud.BinaryAuthorization.V1.dll

Constructors

ListAttestorsResponse()

public ListAttestorsResponse()

ListAttestorsResponse(ListAttestorsResponse)

public ListAttestorsResponse(ListAttestorsResponse other)
Parameter
Name Description
other ListAttestorsResponse

Properties

Attestors

public RepeatedField<Attestor> Attestors { get; }

The list of [attestors][google.cloud.binaryauthorization.v1.Attestor].

Property Value
Type Description
RepeatedFieldAttestor

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results. Pass this value in the [ListAttestorsRequest.page_token][google.cloud.binaryauthorization.v1.ListAttestorsRequest.page_token] field in the subsequent call to the ListAttestors method to retrieve the next page of results.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Attestor> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorAttestor