We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169c179 commit 767c996Copy full SHA for 767c996
1 file changed
pkg/capabilities/v2/actions/confidentialrelay/types.go
@@ -41,6 +41,9 @@ type SecretsResponseResult struct {
41
// CapabilityRequestParams is the JSON-RPC params for "confidential.capability.execute".
42
type CapabilityRequestParams struct {
43
WorkflowID string `json:"workflow_id"`
44
+ Owner string `json:"owner,omitempty"`
45
+ ExecutionID string `json:"execution_id,omitempty"`
46
+ ReferenceID string `json:"reference_id,omitempty"`
47
CapabilityID string `json:"capability_id"`
48
Payload string `json:"payload"`
49
Attestation string `json:"attestation,omitempty"`
0 commit comments