Class SigstoreAuthority
A Sigstore authority, used to verify signatures that are created by Sigstore. An authority is analogous to an attestation authenticator, verifying that a signature is valid or invalid.
Implements
Inherited Members
Namespace: Google.Apis.BinaryAuthorization.v1.Data
Assembly: Google.Apis.BinaryAuthorization.v1.dll
Syntax
public class SigstoreAuthority : IDirectResponseSchema
Properties
DisplayName
Optional. A user-provided name for this SigstoreAuthority
. This field has no effect on the policy
evaluation behavior except to improve readability of messages in evaluation results.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicKeySet
Required. A simple set of public keys. A signature is considered valid if any keys in the set validate the signature.
Declaration
[JsonProperty("publicKeySet")]
public virtual SigstorePublicKeySet PublicKeySet { get; set; }
Property Value
Type | Description |
---|---|
SigstorePublicKeySet |