Binary Authorization v1 API - Class ListAttestorsRequest (2.4.0)

public sealed class ListAttestorsRequest : IPageRequest, IMessage<ListAttestorsRequest>, IEquatable<ListAttestorsRequest>, IDeepCloneable<ListAttestorsRequest>, IBufferMessage, IMessage

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

Request message for [BinauthzManagementService.ListAttestors][].

Inheritance

object > ListAttestorsRequest

Namespace

Google.Cloud.BinaryAuthorization.V1

Assembly

Google.Cloud.BinaryAuthorization.V1.dll

Constructors

ListAttestorsRequest()

public ListAttestorsRequest()

ListAttestorsRequest(ListAttestorsRequest)

public ListAttestorsRequest(ListAttestorsRequest other)
Parameter
NameDescription
otherListAttestorsRequest

Properties

PageSize

public int PageSize { get; set; }

Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A token identifying a page of results the server should return. Typically, this is the value of [ListAttestorsResponse.next_page_token][google.cloud.binaryauthorization.v1.ListAttestorsResponse.next_page_token] returned from the previous call to the ListAttestors method.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the project associated with the [attestors][google.cloud.binaryauthorization.v1.Attestor], in the format projects/*.

Property Value
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName