GetAuditEventReportsCommand Class

Represents Audit Report Command

Definition

Namespace: KeeperSecurity.Enterprise.AuditLogCommands
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public class GetAuditEventReportsCommand : AuthenticatedCommand
Inheritance
Object    KeeperApiCommand    AuthenticatedCommand    GetAuditEventReportsCommand

Properties

Aggregate Aggregate columns
ColumnDescription
occurrencesEvent count
first_createdFirst event time. MIN(Created)
last_createdLast event time. MAX(Created)
Columns Group by columns
ColumnDescription
audit_event_typeEvent Type
usernameUsername
ip_addressIP Address
keeper_versionKeeper Client Version
to_usernameTarget Username
record_uidRecord UID
shared_folder_uidShared Folder UID
team_uidTeam UID
Filter Repord Filder
Limit Number of rows to return
Order Sort Order
Sort OrderDescription
descendingDefault
ascending
ReportType Report Type
Report TypeDescription
rawPlain audit events. Default.
spanEvents consolidated by Columns. Creation time is dropped.
monthEvents consolidated by event month and Columns.
weekconsolidated by event week ...
dayconsolidated by event day ...
hourconsolidated by event hour ...
Scope Report Scope
ScopeDescription
enterpriseEnterprise
userLogged in user

See Also