mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: Add permissions for links (#1407)
This commit is contained in:
@@ -17,6 +17,10 @@ var (
|
||||
Type: "template",
|
||||
}
|
||||
|
||||
ResourceUser = Object{
|
||||
Type: "user",
|
||||
}
|
||||
|
||||
// ResourceUserRole might be expanded later to allow more granular permissions
|
||||
// to modifying roles. For now, this covers all possible roles, so having this permission
|
||||
// allows granting/deleting **ALL** roles.
|
||||
|
||||
Reference in New Issue
Block a user