Interface AgentApprovalConsumptionV1

interface AgentApprovalConsumptionV1 {
    approvalDigest: `sha256:${string}`;
    consumedAt: string;
    id: string;
    inputDigest: `sha256:${string}`;
    kind: "honua.agent-approval-consumption";
    nonce: string;
    stepId: string;
    token: string;
    version: "1.0";
}

Properties

approvalDigest: `sha256:${string}`
consumedAt: string
id: string
inputDigest: `sha256:${string}`
kind
nonce: string
stepId: string
token: string

Opaque host-authenticated token; its format is store-owned.

version