prorm API Reference
← Documentation
GitLab
Preparing search index...
index
BreachAlert
Interface BreachAlert
A breach alert
interface
BreachAlert
{
id
:
string
;
timestamp
:
Date
;
severity
:
BreachSeverity
;
category
:
BreachCategory
;
message
:
string
;
details
:
Record
<
string
,
unknown
>
;
userId
?:
string
;
ipAddress
?:
string
;
query
?:
string
;
}
Index
Properties
id
timestamp
severity
category
message
details
user
Id?
ip
Address?
query?
Properties
id
id
:
string
timestamp
timestamp
:
Date
severity
severity
:
BreachSeverity
category
category
:
BreachCategory
message
message
:
string
details
details
:
Record
<
string
,
unknown
>
Optional
user
Id
userId
?:
string
Optional
ip
Address
ipAddress
?:
string
Optional
query
query
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
timestamp
severity
category
message
details
user
Id
ip
Address
query
← Documentation
GitLab
prorm API Reference
Loading...
A breach alert