Class SigstoreSignatureCheck
A Sigstore signature check, which verifies the Sigstore signature associated with an image.
Implements
Inherited Members
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> |