Binary Authorization v1beta1 API - Class ListAttestorsResponse (2.0.0-beta06)

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 v1beta1 API class ListAttestorsResponse.

Response message for [BinauthzManagementService.ListAttestors][].

Inheritance

object > ListAttestorsResponse

Namespace

Google.Cloud.BinaryAuthorization.V1Beta1

Assembly

Google.Cloud.BinaryAuthorization.V1Beta1.dll

Constructors

ListAttestorsResponse()

public ListAttestorsResponse()

ListAttestorsResponse(ListAttestorsResponse)

public ListAttestorsResponse(ListAttestorsResponse other)
Parameter
NameDescription
otherListAttestorsResponse

Properties

Attestors

public RepeatedField<Attestor> Attestors { get; }

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

Property Value
TypeDescription
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.v1beta1.ListAttestorsRequest.page_token] field in the subsequent call to the ListAttestors method to retrieve the next page of results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Attestor> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorAttestor