aps_record_owner_confirmation
Signs an OwnerConfirmation to authorize a flagged action. Builds and signs the request in one call, binding to action details via hash with configurable scoping.
Instructions
Escalation boundary: owner signs an OwnerConfirmation authorizing a flagged action. Builds the ConfirmationRequest and signs it in a single call. The confirmation is bound to action_details via hash and scoped (per_action / per_session / time_window).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delegation | No | V2Delegation with escalation_requirements for this action class | |
| session_id | No | Session id (required for per_session scope) | |
| action_class | Yes | Action class being confirmed | |
| action_details | No | Structured action details — hashed and bound to the confirmation | |
| owner_private_key | Yes | Hex private key of the delegation's owner (delegator) |