+3
-1
@@ -594,11 +594,13 @@ export interface AuditEvent {
|
||||
}
|
||||
|
||||
// 批式懒加载响应:cursor 供下一批续查原样带回;
|
||||
// cursor 为空且 exhausted 为 true 表示已回溯到 365 天保留期尽头
|
||||
// cursor 为空且 exhausted 为 true 表示已回溯到 365 天保留期尽头;
|
||||
// scannedThrough 为已完整回溯到的时刻(比它更新的时段已扫完),用于进度提示
|
||||
export interface AuditEventsResult {
|
||||
items: AuditEvent[]
|
||||
cursor?: string
|
||||
exhausted: boolean
|
||||
scannedThrough?: string
|
||||
}
|
||||
|
||||
// ---- 域通知与密码策略 ----
|
||||
|
||||
Reference in New Issue
Block a user