toggle menu
ainsoft-rag-spring-boot-autoconfigure
0.1.0-SNAPSHOT
jvm
switch theme
search in API
ainsoft-rag-spring-boot-autoconfigure
/
com.ainsoft.rag.spring
/
RagAdminAccessAuditEntry
Rag
Admin
Access
Audit
Entry
data
class
RagAdminAccessAuditEntry
(
val
id
:
String
,
val
timestampEpochMillis
:
Long
,
val
path
:
String
,
val
method
:
String
,
val
role
:
String
?
,
val
granted
:
Boolean
,
val
message
:
String
?
)
Members
Constructors
Rag
Admin
Access
Audit
Entry
Link copied to clipboard
constructor
(
id
:
String
,
timestampEpochMillis
:
Long
,
path
:
String
,
method
:
String
,
role
:
String
?
,
granted
:
Boolean
,
message
:
String
?
)
Properties
granted
Link copied to clipboard
val
granted
:
Boolean
id
Link copied to clipboard
val
id
:
String
message
Link copied to clipboard
val
message
:
String
?
method
Link copied to clipboard
val
method
:
String
path
Link copied to clipboard
val
path
:
String
role
Link copied to clipboard
val
role
:
String
?
timestamp
Epoch
Millis
Link copied to clipboard
val
timestampEpochMillis
:
Long