diff --git a/proto/caosdb/info/v1/main.proto b/proto/caosdb/info/v1/main.proto index 4968a4089d9744cd636724ded058a13c4e114747..ab3b2947cac7a225237d2ca973776cb6f099064a 100644 --- a/proto/caosdb/info/v1/main.proto +++ b/proto/caosdb/info/v1/main.proto @@ -65,6 +65,8 @@ message GetSessionInfoResponse { repeated string roles = 3; // Seconds until this sessions expires (approximately). int64 expires = 4; + // The permissions of the user who owns this sessions + repeated string permissions = 5; } // A service which provides general information about the server.