feat: user roles

This commit is contained in:
Johan Siebens
2022-06-22 07:47:09 +02:00
parent 32c396a972
commit 12eb258e1e
11 changed files with 109 additions and 44 deletions
+1
View File
@@ -23,4 +23,5 @@ message IAMPolicy {
repeated string subs = 1;
repeated string emails = 2;
repeated string filters = 3;
map<string, string> roles = 4;
}