Class ValidateAttestationOccurrenceRequest
Request message for ValidationHelperV1.ValidateAttestationOccurrence.
Implements
Inherited Members
Namespace: Google.Apis.BinaryAuthorization.v1.Data
Assembly: Google.Apis.BinaryAuthorization.v1.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 |