public sealed class ValidateAttestationOccurrenceRequest : IMessage<ValidateAttestationOccurrenceRequest>, IEquatable<ValidateAttestationOccurrenceRequest>, IDeepCloneable<ValidateAttestationOccurrenceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Binary Authorization v1 API class ValidateAttestationOccurrenceRequest.
Request message for [ValidationHelperV1.ValidateAttestationOccurrence][google.cloud.binaryauthorization.v1.ValidationHelperV1.ValidateAttestationOccurrence].
Implements
IMessageValidateAttestationOccurrenceRequest, IEquatableValidateAttestationOccurrenceRequest, IDeepCloneableValidateAttestationOccurrenceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BinaryAuthorization.V1Assembly
Google.Cloud.BinaryAuthorization.V1.dll
Constructors
ValidateAttestationOccurrenceRequest()
public ValidateAttestationOccurrenceRequest()
ValidateAttestationOccurrenceRequest(ValidateAttestationOccurrenceRequest)
public ValidateAttestationOccurrenceRequest(ValidateAttestationOccurrenceRequest other)
Parameter | |
---|---|
Name | Description |
other |
ValidateAttestationOccurrenceRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |