From bb7fbfac5ea91f39ce53eb66aee409441a91c26b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 12 Oct 2022 11:04:58 +0200 Subject: [PATCH] add new user type space owner (#187) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add new user type space owner Signed-off-by: Jörn Friedrich Dreyer * Update cs3/identity/user/v1beta1/resources.proto Co-authored-by: Andre Duffeck Signed-off-by: Jörn Friedrich Dreyer Co-authored-by: Andre Duffeck --- cs3/identity/user/v1beta1/resources.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cs3/identity/user/v1beta1/resources.proto b/cs3/identity/user/v1beta1/resources.proto index 2e12b916..e1959969 100644 --- a/cs3/identity/user/v1beta1/resources.proto +++ b/cs3/identity/user/v1beta1/resources.proto @@ -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; }