public sealed class CreateAttestorRequest : IMessage<CreateAttestorRequest>, IEquatable<CreateAttestorRequest>, IDeepCloneable<CreateAttestorRequest>, IBufferMessage, IMessage
Request message for [BinauthzManagementService.CreateAttestor][].
Implements
IMessage<CreateAttestorRequest>, IEquatable<CreateAttestorRequest>, IDeepCloneable<CreateAttestorRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.BinaryAuthorization.V1Beta1Assembly
Google.Cloud.BinaryAuthorization.V1Beta1.dll
Constructors
CreateAttestorRequest()
public CreateAttestorRequest()
CreateAttestorRequest(CreateAttestorRequest)
public CreateAttestorRequest(CreateAttestorRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateAttestorRequest |
Properties
Attestor
public Attestor Attestor { get; set; }
Required. The initial [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] value. The service will
overwrite the [attestor name][google.cloud.binaryauthorization.v1beta1.Attestor.name] field with the resource name,
in the format projects/*/attestors/*
.
Property Value | |
---|---|
Type | Description |
Attestor |
AttestorId
public string AttestorId { get; set; }
Required. The [attestors][google.cloud.binaryauthorization.v1beta1.Attestor] ID.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The parent of this [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].
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 |