public sealed class ListAttestorsRequest : IPageRequest, IMessage<ListAttestorsRequest>, IEquatable<ListAttestorsRequest>, IDeepCloneable<ListAttestorsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Binary Authorization v1beta1 API class ListAttestorsRequest.
Request message for [BinauthzManagementService.ListAttestors][].
Implements
IPageRequest, IMessageListAttestorsRequest, IEquatableListAttestorsRequest, IDeepCloneableListAttestorsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BinaryAuthorization.V1Beta1Assembly
Google.Cloud.BinaryAuthorization.V1Beta1.dll
Constructors
ListAttestorsRequest()
public ListAttestorsRequest()
ListAttestorsRequest(ListAttestorsRequest)
public ListAttestorsRequest(ListAttestorsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListAttestorsRequest |
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 | |
---|---|
Type | Description |
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.v1beta1.ListAttestorsResponse.next_page_token] returned
from the previous call to the ListAttestors
method.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the project associated with the
[attestors][google.cloud.binaryauthorization.v1beta1.Attestor], in the format projects/*
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |