Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions odpf/guardian/v1beta1/guardian.proto
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ message ListAppealsRequest {
repeated string resource_types = 6;
repeated string resource_urns = 7;
repeated string order_by = 8;
string created_by = 9;
}

message ListAppealsResponse {
Expand Down Expand Up @@ -334,6 +335,7 @@ message CreateAppealResponse {
message ListUserApprovalsRequest {
repeated string statuses = 2;
repeated string order_by = 3;
string account_id = 4;
}

message ListUserApprovalsResponse {
Expand All @@ -344,6 +346,7 @@ message ListApprovalsRequest {
string account_id = 1;
repeated string statuses = 2;
repeated string order_by = 3;
string created_by = 4;
}

message ListApprovalsResponse {
Expand Down