From 6a708d6534911d8fb6a929a519a05b8dd4013c6d Mon Sep 17 00:00:00 2001 From: Kush <3647166+kushsharma@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:32:18 +0530 Subject: [PATCH] feat(frontier): ignore system events while listing audit logs (#365) Signed-off-by: Kush Sharma --- raystack/frontier/v1beta1/frontier.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/raystack/frontier/v1beta1/frontier.proto b/raystack/frontier/v1beta1/frontier.proto index 5185618f..e1a96d61 100644 --- a/raystack/frontier/v1beta1/frontier.proto +++ b/raystack/frontier/v1beta1/frontier.proto @@ -3764,6 +3764,7 @@ message ListOrganizationAuditLogsRequest { string source = 5; string action = 6; + bool ignore_system = 7; // start_time and end_time are inclusive google.protobuf.Timestamp start_time = 10;