Interface CapabilitySourceVerificationOptionsExperimental

interface CapabilitySourceVerificationOptions {
    expectedSourceEndpoint?: CapabilitySourceEndpointIdentity;
    expectedSourceFingerprint?: `sha256:${string}`;
}

Properties

expectedSourceEndpoint?: CapabilitySourceEndpointIdentity

Current credential-free endpoint coordinates. Must be paired with expectedSourceFingerprint.

expectedSourceFingerprint?: `sha256:${string}`

Current SourceSchemaV2 SHA-256 identity. Must be paired with expectedSourceEndpoint.