nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
TrustClassificationEvent
Interface TrustClassificationEvent
Trust classification decision.
interface
TrustClassificationEvent
{
id
:
string
;
timestamp
:
string
;
component
:
string
;
type
:
"trust_classification"
;
username
:
string
;
assignedTier
:
"1"
|
"2"
|
"3"
|
"4"
;
userRole
:
string
;
isAllowlisted
:
boolean
;
wasDowngraded
:
boolean
;
reason
:
string
;
}
Hierarchy
AuditEventBase
TrustClassificationEvent
Index
Properties
id
timestamp
component
type
username
assigned
Tier
user
Role
is
Allowlisted
was
Downgraded
reason
Properties
Readonly
id
id
:
string
Readonly
timestamp
timestamp
:
string
Readonly
component
component
:
string
Readonly
type
type
:
"trust_classification"
Readonly
username
username
:
string
Readonly
assigned
Tier
assignedTier
:
"1"
|
"2"
|
"3"
|
"4"
Readonly
user
Role
userRole
:
string
Readonly
is
Allowlisted
isAllowlisted
:
boolean
Readonly
was
Downgraded
wasDowngraded
:
boolean
Readonly
reason
reason
:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
id
timestamp
component
type
username
assigned
Tier
user
Role
is
Allowlisted
was
Downgraded
reason
GitHub
npm
nexus-agents - v2.80.0
Loading...
Trust classification decision.