Skip to content

Commit

Permalink
Removing ObjectOrUserset which was only useful in the context of excl…
Browse files Browse the repository at this point in the history
…uded users
  • Loading branch information
willvedd committed Jun 12, 2024
1 parent db6f987 commit f1da70a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions openfga/v1/openfga.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ message User {
}
}

message ObjectOrUserset {
oneof user {
Object object = 1;
UsersetUser userset = 2;
}
}

// Userset.
//
// A set or group of users, represented in the `<type>:<id>#<relation>` format
Expand Down

0 comments on commit f1da70a

Please sign in to comment.