- metadata.businessTransactionId always equals businessTransactionId
- authorization.authorityId always equals authority.authorityId
- intent.authorizationId always equals authorization.authorizationId
Properties
businessTransactionId?
Defined in: typescript/src/builders/createBusinessTransaction.ts:31 Defaults to a fresh crypto.randomUUID() if omitted.readonlyoptionalbusinessTransactionId?:string
authorityType?
Defined in: typescript/src/builders/createBusinessTransaction.ts:34 Defaults to “SERVICE”, the correct value for an autonomous agent. Never “AGENT”; that value does not exist server-side.readonlyoptionalauthorityType?:"USER"|"ROLE"|"SERVICE"|"ORGANIZATION"
principalId
Defined in: typescript/src/builders/createBusinessTransaction.ts:41 The identity this transaction is submitted as. Must match one of the caller API key’s own allowedPrincipalIds server-side, or the request is rejected before policy ever runs. See GET /callers/me.readonlyprincipalId:string
displayName?
Defined in: typescript/src/builders/createBusinessTransaction.ts:43readonlyoptionaldisplayName?:string
purpose
Defined in: typescript/src/builders/createBusinessTransaction.ts:46 Human-readable reason for authorization.purpose.readonlypurpose:string
action
Defined in: typescript/src/builders/createBusinessTransaction.ts:49 The capability being invoked, e.g. “paytm:refund”.readonlyaction:string
target
Defined in: typescript/src/builders/createBusinessTransaction.ts:51readonlytarget:string
parameters
Defined in: typescript/src/builders/createBusinessTransaction.ts:53readonlyparameters:Record<string,unknown>
policy
Defined in: typescript/src/builders/createBusinessTransaction.ts:55readonlypolicy:PolicyReference
signals
Defined in: typescript/src/builders/createBusinessTransaction.ts:65 Facts the named policy evaluates. Every fact a policy rule references must appear here, and every boundSignals entry the policy declares is cross-checked against the matching intent field (see the policy’s own boundSignals) before evaluation runs at all. A mismatch is rejected as a binding-tamper attempt, not silently ignored.readonlysignals:Record<string,unknown>
correlationId?
Defined in: typescript/src/builders/createBusinessTransaction.ts:67readonlyoptionalcorrelationId?:string
tenantId?
Defined in: typescript/src/builders/createBusinessTransaction.ts:68readonlyoptionaltenantId?:string
sourceSystem?
Defined in: typescript/src/builders/createBusinessTransaction.ts:69readonlyoptionalsourceSystem?:string
submittedBy?
Defined in: typescript/src/builders/createBusinessTransaction.ts:70readonlyoptionalsubmittedBy?:string