Chore: Add const variables for No Basic Role (#74868)
* Add const variables for No Basic Role
This commit is contained in:
@@ -330,6 +330,10 @@ const (
|
|||||||
|
|
||||||
GeneralFolderUID = "general"
|
GeneralFolderUID = "general"
|
||||||
|
|
||||||
|
// Basic Role None
|
||||||
|
BasicRoleNoneUID = "basic_none"
|
||||||
|
BasicRoleNoneName = "basic:none"
|
||||||
|
|
||||||
// Permission actions
|
// Permission actions
|
||||||
|
|
||||||
ActionAPIKeyRead = "apikeys:read"
|
ActionAPIKeyRead = "apikeys:read"
|
||||||
|
|||||||
Reference in New Issue
Block a user