nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
PolicyViolation
Interface PolicyViolation
A specific policy violation.
interface
PolicyViolation
{
type
:
"resource"
|
"path"
|
"command"
|
"env"
|
"capability"
;
denied
:
string
;
reason
:
string
;
}
Index
Properties
type
denied
reason
Properties
Readonly
type
type
:
"resource"
|
"path"
|
"command"
|
"env"
|
"capability"
Type of violation.
Readonly
denied
denied
:
string
What was denied.
Readonly
reason
reason
:
string
Explanation.
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
type
denied
reason
GitHub
npm
nexus-agents - v2.80.0
Loading...
A specific policy violation.