nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
PolicyGateEvent
Interface PolicyGateEvent
Policy gate evaluation result.
interface
PolicyGateEvent
{
id
:
string
;
timestamp
:
string
;
component
:
string
;
type
:
"policy_gate"
;
actionType
:
|
"GeneratePatchPlan"
|
"DraftReply"
|
"ProposeLabels"
|
"SummarizeIssue"
|
"ClassifyIssue"
|
"IdentifyDuplicates"
|
"RequestHumanApproval"
|
"RefuseAction"
|
"HandoffMessage"
;
allowed
:
boolean
;
requiresApproval
:
boolean
;
inputTrustTier
:
"1"
|
"2"
|
"3"
|
"4"
;
violationRules
:
readonly
string
[]
;
}
Hierarchy
AuditEventBase
PolicyGateEvent
Index
Properties
id
timestamp
component
type
action
Type
allowed
requires
Approval
input
Trust
Tier
violation
Rules
Properties
Readonly
id
id
:
string
Readonly
timestamp
timestamp
:
string
Readonly
component
component
:
string
Readonly
type
type
:
"policy_gate"
Readonly
action
Type
actionType
:
|
"GeneratePatchPlan"
|
"DraftReply"
|
"ProposeLabels"
|
"SummarizeIssue"
|
"ClassifyIssue"
|
"IdentifyDuplicates"
|
"RequestHumanApproval"
|
"RefuseAction"
|
"HandoffMessage"
Readonly
allowed
allowed
:
boolean
Readonly
requires
Approval
requiresApproval
:
boolean
Readonly
input
Trust
Tier
inputTrustTier
:
"1"
|
"2"
|
"3"
|
"4"
Readonly
violation
Rules
violationRules
:
readonly
string
[]
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
id
timestamp
component
type
action
Type
allowed
requires
Approval
input
Trust
Tier
violation
Rules
GitHub
npm
nexus-agents - v2.80.0
Loading...
Policy gate evaluation result.