Skip to content

Commit

Permalink
update uidp filter to expose in_root
Browse files Browse the repository at this point in the history
  • Loading branch information
jennpeare committed Feb 8, 2024
1 parent 78a4463 commit 9218291
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 16 deletions.
42 changes: 26 additions & 16 deletions proto/platform/common/v1/uidp.platform.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions proto/platform/common/v1/uidp.platform.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ message UIDPFilter {
string descendants_of = 2;
// children_of are groups reachable by directly proceeding from parent to children.
string children_of = 3;
// in_root resticts responses to root level resources (organizations, user identities)
bool in_root = 4;
}

0 comments on commit 9218291

Please sign in to comment.