Binary Authorization v1 API - Class GetAttestorRequest (2.4.0)

public sealed class GetAttestorRequest : IMessage<GetAttestorRequest>, IEquatable<GetAttestorRequest>, IDeepCloneable<GetAttestorRequest>, IBufferMessage, IMessage

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

Request message for [BinauthzManagementService.GetAttestor][].

Inheritance

object > GetAttestorRequest

Namespace

Google.Cloud.BinaryAuthorization.V1

Assembly

Google.Cloud.BinaryAuthorization.V1.dll

Constructors

GetAttestorRequest()

public GetAttestorRequest()

GetAttestorRequest(GetAttestorRequest)

public GetAttestorRequest(GetAttestorRequest other)
Parameter
NameDescription
otherGetAttestorRequest

Properties

AttestorName

public AttestorName AttestorName { get; set; }

AttestorName-typed view over the Name resource name property.

Property Value
TypeDescription
AttestorName

Name

public string Name { get; set; }

Required. The name of the [attestor][google.cloud.binaryauthorization.v1.Attestor] to retrieve, in the format projects/*/attestors/*.

Property Value
TypeDescription
string