Share via


VerifyPatchDefinition interface

Parameters to verify the authenticity of an OCI Artifact.

Properties

matchOidcIdentity

Array defining the criteria for matching the OIDC identity while verifying an OCI artifact.

provider

Verification provider name.

verificationConfig

An object containing trusted public keys of trusted authors.

Property Details

matchOidcIdentity

Array defining the criteria for matching the OIDC identity while verifying an OCI artifact.

matchOidcIdentity?: MatchOidcIdentityPatchDefinition[]

Property Value

provider

Verification provider name.

provider?: string

Property Value

string

verificationConfig

An object containing trusted public keys of trusted authors.

verificationConfig?: Record<string, string>

Property Value

Record<string, string>