Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
index
CreatePrincipalActorContextOptions
Interface CreatePrincipalActorContextOptions
interface
CreatePrincipalActorContextOptions
{
buildService
:
(
store
:
ApprovalStore
,
actor
:
ApprovalActor
,
)
=>
ApprovalService
;
canSelfDecide
?:
(
role
:
ApprovalRole
)
=>
boolean
;
deploymentTag
?:
string
;
newRunId
?:
()
=>
string
;
principal
:
ExecutionPrincipal
;
storeFactory
:
ApprovalStoreFactory
;
}
Index
Properties
build
Service
can
Self
Decide?
deployment
Tag?
new
Run
Id?
principal
store
Factory
Properties
build
Service
buildService
:
(
store
:
ApprovalStore
,
actor
:
ApprovalActor
)
=>
ApprovalService
Optional
can
Self
Decide
canSelfDecide
?:
(
role
:
ApprovalRole
)
=>
boolean
Optional
deployment
Tag
deploymentTag
?:
string
Optional
new
Run
Id
newRunId
?:
()
=>
string
principal
principal
:
ExecutionPrincipal
Trusted execution identity; canonicalized once before any async work.
store
Factory
storeFactory
:
ApprovalStoreFactory
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
build
Service
can
Self
Decide
deployment
Tag
new
Run
Id
principal
store
Factory
Documentation
GitHub
Anchorage API reference
Loading...
Trusted execution identity; canonicalized once before any async work.