Show / Hide Table of Contents

Class ValidateAttestationOccurrenceRequest

Request message for ValidationHelperV1.ValidateAttestationOccurrence.

Inheritance
object
ValidateAttestationOccurrenceRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BinaryAuthorization.v1beta1.Data
Assembly: Google.Apis.BinaryAuthorization.v1beta1.dll
Syntax
public class ValidateAttestationOccurrenceRequest : IDirectResponseSchema

Properties

Attestation

Required. An 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.

Declaration
[JsonProperty("attestation")]
public virtual AttestationOccurrence Attestation { get; set; }
Property Value
Type Description
AttestationOccurrence

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OccurrenceNote

Required. The resource name of the Note to which the containing Occurrence is associated.

Declaration
[JsonProperty("occurrenceNote")]
public virtual string OccurrenceNote { get; set; }
Property Value
Type Description
string

OccurrenceResourceUri

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

Declaration
[JsonProperty("occurrenceResourceUri")]
public virtual string OccurrenceResourceUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX