nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
FirewallPolicyContext
Interface FirewallPolicyContext
Context provided to policy rules for evaluation.
interface
FirewallPolicyContext
{
toolName
:
string
;
args
:
unknown
;
mode
:
ExecutionMode
;
artifacts
?:
Map
<
string
,
FirewallArtifact
<
unknown
>
>
;
workflowId
?:
string
;
allowedPaths
?:
readonly
string
[]
;
}
Index
Properties
tool
Name
args
mode
artifacts?
workflow
Id?
allowed
Paths?
Properties
Readonly
tool
Name
toolName
:
string
Readonly
args
args
:
unknown
Readonly
mode
mode
:
ExecutionMode
Optional
Readonly
artifacts
artifacts
?:
Map
<
string
,
FirewallArtifact
<
unknown
>
>
Optional
Readonly
workflow
Id
workflowId
?:
string
Optional
Readonly
allowed
Paths
allowedPaths
?:
readonly
string
[]
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
tool
Name
args
mode
artifacts
workflow
Id
allowed
Paths
GitHub
npm
nexus-agents - v2.80.0
Loading...
Context provided to policy rules for evaluation.