nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
PolicyEvalResult
Interface PolicyEvalResult
Result of a policy evaluation at a stage boundary.
interface
PolicyEvalResult
{
allowed
:
boolean
;
violations
:
readonly
PipelinePolicyViolation
[]
;
mode
:
PipelinePolicyMode
;
}
Index
Properties
allowed
violations
mode
Properties
Readonly
allowed
allowed
:
boolean
Readonly
violations
violations
:
readonly
PipelinePolicyViolation
[]
Readonly
mode
mode
:
PipelinePolicyMode
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
allowed
violations
mode
GitHub
npm
nexus-agents - v2.80.0
Loading...
Result of a policy evaluation at a stage boundary.