Skip to content

Commit

Permalink
feat: add query filter to list resources api (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbh authored Mar 30, 2022
1 parent c7c6888 commit 50f3663
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions odpf/shield/v1beta1/shield.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,10 @@ message UpdateRelationRequest {
}

message ListResourcesRequest {
string group_id = 1;
string project_id = 2;
string organization_id = 3;
string namespace_id = 4;
}

message ListResourcesResponse {
Expand Down

0 comments on commit 50f3663

Please sign in to comment.