Chore: Add const variables for No Basic Role (#74868)

* Add const variables for No Basic Role
This commit is contained in:
linoman 2023-09-14 11:42:07 +02:00 committed by GitHub
parent cebae4fb9a
commit c4bc90ff5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,6 +330,10 @@ const (
GeneralFolderUID = "general"
// Basic Role None
BasicRoleNoneUID = "basic_none"
BasicRoleNoneName = "basic:none"
// Permission actions
ActionAPIKeyRead = "apikeys:read"