Class ListAttestorsResponse
Response message for BinauthzManagementService.ListAttestors.
Implements
Inherited Members
Namespace: Google.Apis.BinaryAuthorization.v1beta1.Data
Assembly: Google.Apis.BinaryAuthorization.v1beta1.dll
Syntax
public class ListAttestorsResponse : IDirectResponseSchema
Properties
Attestors
The list of attestors.
Declaration
[JsonProperty("attestors")]
public virtual IList<Attestor> Attestors { get; set; }
Property Value
Type | Description |
---|---|
IList<Attestor> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
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.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |