Skip to content

Commit

Permalink
feat: add org_id field for ListGroupsRequest (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtkvrm authored Feb 4, 2022
1 parent 3309ff0 commit d08a491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odpf/shield/v1beta1/shield.proto
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ message GetGroupRequest {

message ListGroupsRequest {
string user_id = 1;
string org_id = 2 [(validate.rules).string.pattern = "^[A-Za-z0-9_-]+$"];
}

message ListGroupsResponse {
Expand Down

0 comments on commit d08a491

Please sign in to comment.