Click or drag to resize

GetAuditEventReportsCommand Class

Represents Audit Report Command
Inheritance Hierarchy
SystemObject
  KeeperApiCommand
    AuthenticatedCommand
      KeeperSecurity.Enterprise.AuditLogCommandsGetAuditEventReportsCommand

Namespace: KeeperSecurity.Enterprise.AuditLogCommands
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class GetAuditEventReportsCommand : AuthenticatedCommand

The GetAuditEventReportsCommand type exposes the following members.

Properties
 NameDescription
Public propertyAggregate Aggregate columns
ColumnDescription
occurrencesEvent count
first_createdFirst event time. MIN(Created)
last_createdLast event time. MAX(Created)
Public propertyColumns 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
Public propertyFilter Repord Filder
Public propertyLimit Number of rows to return
Public propertyOrder Sort Order
Sort OrderDescription
descendingDefault
ascending
Public propertyReportType 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 ...
Public propertyScope Report Scope
ScopeDescription
enterpriseEnterprise
userLogged in user
Top
See Also