Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
signals
SignalContentPolicyInput
Interface SignalContentPolicyInput
interface
SignalContentPolicyInput
{
agentId
:
string
;
deploymentTag
?:
string
;
entryPath
:
|
"approval.resume"
|
"http.start"
|
"signal.message"
|
"signal.queue"
|
"signal.reactive"
|
"signal.state"
|
"signal.notification"
|
"signal.wake"
|
"notification.dispatch"
|
"schedule.fire"
;
principal
:
ExecutionPrincipal
;
resourceId
?:
string
;
runId
?:
string
;
text
:
string
;
threadId
:
string
;
}
Index
Properties
agent
Id
deployment
Tag?
entry
Path
principal
resource
Id?
run
Id?
text
thread
Id
Properties
agent
Id
agentId
:
string
Optional
deployment
Tag
deploymentTag
?:
string
entry
Path
entryPath
:
|
"approval.resume"
|
"http.start"
|
"signal.message"
|
"signal.queue"
|
"signal.reactive"
|
"signal.state"
|
"signal.notification"
|
"signal.wake"
|
"notification.dispatch"
|
"schedule.fire"
principal
principal
:
ExecutionPrincipal
Optional
resource
Id
resourceId
?:
string
Optional
run
Id
runId
?:
string
text
text
:
string
thread
Id
threadId
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
deployment
Tag
entry
Path
principal
resource
Id
run
Id
text
thread
Id
Documentation
GitHub
Anchorage API reference
Loading...