Show / Hide Table of Contents

Class SimpleSigningAttestationCheck

Require a signed DSSE attestation with type SimpleSigning.

Inheritance
object
SimpleSigningAttestationCheck
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.v1.Data
Assembly: Google.Apis.BinaryAuthorization.v1.dll
Syntax
public class SimpleSigningAttestationCheck : IDirectResponseSchema

Properties

AttestationAuthenticators

Required. The authenticators required by this check to verify an attestation. Typically this is one or more PKIX public keys for signature verification. Only one authenticator needs to consider an attestation verified in order for an attestation to be considered fully authenticated. In otherwords, this list of authenticators is an "OR" of the authenticator results. At least one authenticator is required.

Declaration
[JsonProperty("attestationAuthenticators")]
public virtual IList<AttestationAuthenticator> AttestationAuthenticators { get; set; }
Property Value
Type Description
IList<AttestationAuthenticator>

ContainerAnalysisAttestationProjects

Optional. The projects where attestations are stored as Container Analysis Occurrences, in the format projects/[PROJECT_ID]. Only one attestation needs to successfully verify an image for this check to pass, so a single verified attestation found in any of container_analysis_attestation_projects is sufficient for the check to pass. A project ID must be used, not a project number. When fetching Occurrences from Container Analysis, only AttestationOccurrence kinds are considered. In the future, additional Occurrence kinds may be added to the query. Maximum number of container_analysis_attestation_projects allowed in each SimpleSigningAttestationCheck is 10.

Declaration
[JsonProperty("containerAnalysisAttestationProjects")]
public virtual IList<string> ContainerAnalysisAttestationProjects { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX