public sealed class GetAttestorRequest : IMessage<GetAttestorRequest>, IEquatable<GetAttestorRequest>, IDeepCloneable<GetAttestorRequest>, IBufferMessage, IMessageRequest message for [BinauthzManagementService.GetAttestor][].
Implements
IMessage<GetAttestorRequest>, IEquatable<GetAttestorRequest>, IDeepCloneable<GetAttestorRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.BinaryAuthorization.V1Beta1Assembly
Google.Cloud.BinaryAuthorization.V1Beta1.dll
Constructors
GetAttestorRequest()
public GetAttestorRequest()GetAttestorRequest(GetAttestorRequest)
public GetAttestorRequest(GetAttestorRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | GetAttestorRequest | 
Properties
AttestorName
public AttestorName AttestorName { get; set; }AttestorName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| AttestorName | |
Name
public string Name { get; set; }Required. The name of the [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] to retrieve, in the format
projects/*/attestors/*.
| Property Value | |
|---|---|
| Type | Description | 
| String | |