nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
ReputationEvent
Interface ReputationEvent
Reputation assessment result.
interface
ReputationEvent
{
id
:
string
;
timestamp
:
string
;
component
:
string
;
type
:
"reputation"
;
username
:
string
;
reputationScore
:
number
;
isSuspicious
:
boolean
;
effectiveTier
:
"1"
|
"2"
|
"3"
|
"4"
;
signalCount
:
number
;
}
Hierarchy
AuditEventBase
ReputationEvent
Index
Properties
id
timestamp
component
type
username
reputation
Score
is
Suspicious
effective
Tier
signal
Count
Properties
Readonly
id
id
:
string
Readonly
timestamp
timestamp
:
string
Readonly
component
component
:
string
Readonly
type
type
:
"reputation"
Readonly
username
username
:
string
Readonly
reputation
Score
reputationScore
:
number
Readonly
is
Suspicious
isSuspicious
:
boolean
Readonly
effective
Tier
effectiveTier
:
"1"
|
"2"
|
"3"
|
"4"
Readonly
signal
Count
signalCount
:
number
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
id
timestamp
component
type
username
reputation
Score
is
Suspicious
effective
Tier
signal
Count
GitHub
npm
nexus-agents - v2.80.0
Loading...
Reputation assessment result.