GetAuditEventReportsCommand Class
Represents Audit Report Command
Namespace: KeeperSecurity.Enterprise.AuditLogCommandsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
public class GetAuditEventReportsCommand : AuthenticatedCommand
- Inheritance
- Object KeeperApiCommand AuthenticatedCommand GetAuditEventReportsCommand
| Aggregate |
Aggregate columns
| Column | Description |
|---|
| occurrences | Event count | | first_created | First event time. MIN(Created) | | last_created | Last event time. MAX(Created) |
|
| Columns |
Group by columns
| Column | Description |
|---|
| audit_event_type | Event Type | | username | Username | | ip_address | IP Address | | keeper_version | Keeper Client Version | | to_username | Target Username | | record_uid | Record UID | | shared_folder_uid | Shared Folder UID | | team_uid | Team UID |
|
| Filter |
Repord Filder
|
| Limit |
Number of rows to return
|
| Order |
Sort Order
| Sort Order | Description |
|---|
| descending | Default | | ascending | |
|
| ReportType |
Report Type
| Report Type | Description |
|---|
| raw | Plain audit events. Default. | | span | Events consolidated by Columns. Creation time is dropped. | | month | Events consolidated by event month and Columns. | | week | consolidated by event week ... | | day | consolidated by event day ... | | hour | consolidated by event hour ... |
|
| Scope |
Report Scope
| Scope | Description |
|---|
| enterprise | Enterprise | | user | Logged in user |
|