Show / Hide Table of Contents

Class SigstoreSignatureCheck

A Sigstore signature check, which verifies the Sigstore signature associated with an image.

Inheritance
object
SigstoreSignatureCheck
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 SigstoreSignatureCheck : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

SigstoreAuthorities

Required. The authorities required by this check to verify the signature. A signature only needs to be verified by one authority to pass the check.

Declaration
[JsonProperty("sigstoreAuthorities")]
public virtual IList<SigstoreAuthority> SigstoreAuthorities { get; set; }
Property Value
Type Description
IList<SigstoreAuthority>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX