Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
DecisionFlowEvent
Interface DecisionFlowEvent
interface
DecisionFlowEvent
{
action
:
string
;
approvalState
?:
"unknown"
|
"valid"
|
"revoked"
|
"expired"
;
decision
?:
"allow"
|
"deny"
|
"escalate"
|
"refuse"
;
phase
:
"check"
|
"policy_update"
|
"approval_refresh"
|
"use"
;
policyVersion
?:
number
;
ts
?:
number
;
}
Index
Properties
action
approval
State?
decision?
phase
policy
Version?
ts?
Properties
action
action
:
string
Optional
approval
State
approvalState
?:
"unknown"
|
"valid"
|
"revoked"
|
"expired"
Optional
decision
decision
?:
"allow"
|
"deny"
|
"escalate"
|
"refuse"
phase
phase
:
"check"
|
"policy_update"
|
"approval_refresh"
|
"use"
Optional
policy
Version
policyVersion
?:
number
Optional
ts
ts
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
approval
State
decision
phase
policy
Version
ts
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...