Skip to content

Commit bb7fbfa

Browse files
butonicaduffeck
andauthored
add new user type space owner (#187)
* 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]>
1 parent 1e56ee2 commit bb7fbfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cs3/identity/user/v1beta1/resources.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ enum UserType {
7575
USER_TYPE_FEDERATED = 6;
7676
// A lightweight user account without access to various major functionalities.
7777
USER_TYPE_LIGHTWEIGHT = 7;
78+
// A space owner to allow access for public link or content indexing.
79+
USER_TYPE_SPACE_OWNER = 8;
7880
}

0 commit comments

Comments
 (0)