Class ValidateAttestationOccurrenceRequest (1.0.0)

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

Request message for [ValidationHelperV1.ValidateAttestationOccurrence][google.cloud.binaryauthorization.v1.ValidationHelperV1.ValidateAttestationOccurrence].

Inheritance

Object > ValidateAttestationOccurrenceRequest

Namespace

Google.Cloud.BinaryAuthorization.V1

Assembly

Google.Cloud.BinaryAuthorization.V1.dll

Constructors

ValidateAttestationOccurrenceRequest()

public ValidateAttestationOccurrenceRequest()

ValidateAttestationOccurrenceRequest(ValidateAttestationOccurrenceRequest)

public ValidateAttestationOccurrenceRequest(ValidateAttestationOccurrenceRequest other)
Parameter
NameDescription
otherValidateAttestationOccurrenceRequest

Properties

Attestation

public AttestationOccurrence Attestation { get; set; }

Required. An [AttestationOccurrence][grafeas.v1.AttestationOccurrence] to be checked that it can be verified by the Attestor. It does not have to be an existing entity in Container Analysis. It must otherwise be a valid AttestationOccurrence.

Property Value
TypeDescription
AttestationOccurrence

Attestor

public string Attestor { get; set; }

Required. The resource name of the [Attestor][google.cloud.binaryauthorization.v1.Attestor] of the [occurrence][grafeas.v1.Occurrence], in the format projects/*/attestors/*.

Property Value
TypeDescription
String

OccurrenceNote

public string OccurrenceNote { get; set; }

Required. The resource name of the [Note][grafeas.v1.Note] to which the containing [Occurrence][grafeas.v1.Occurrence] is associated.

Property Value
TypeDescription
String

OccurrenceResourceUri

public string OccurrenceResourceUri { get; set; }

Required. The URI of the artifact (e.g. container image) that is the subject of the containing [Occurrence][grafeas.v1.Occurrence].

Property Value
TypeDescription
String