Skip to content

Commit

Permalink
add new user type space owner (#187)
Browse files Browse the repository at this point in the history
* add new user type space owner

Signed-off-by: Jörn Friedrich Dreyer <[email protected]>

* Update cs3/identity/user/v1beta1/resources.proto

Co-authored-by: Andre Duffeck <[email protected]>

Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
Co-authored-by: Andre Duffeck <[email protected]>
  • Loading branch information
butonic and aduffeck authored Oct 12, 2022
1 parent 1e56ee2 commit bb7fbfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cs3/identity/user/v1beta1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,6 @@ enum UserType {
USER_TYPE_FEDERATED = 6;
// A lightweight user account without access to various major functionalities.
USER_TYPE_LIGHTWEIGHT = 7;
// A space owner to allow access for public link or content indexing.
USER_TYPE_SPACE_OWNER = 8;
}

0 comments on commit bb7fbfa

Please sign in to comment.