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;