Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f1da70a

Browse files
committedJun 12, 2024·
Removing ObjectOrUserset which was only useful in the context of excluded users
1 parent db6f987 commit f1da70a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎openfga/v1/openfga.proto

-7
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ message User {
4949
}
5050
}
5151

52-
message ObjectOrUserset {
53-
oneof user {
54-
Object object = 1;
55-
UsersetUser userset = 2;
56-
}
57-
}
58-
5952
// Userset.
6053
//
6154
// A set or group of users, represented in the `<type>:<id>#<relation>` format

0 commit comments

Comments
 (0)
Please sign in to comment.