[management] network admin role (#3720)

This commit is contained in:
Pedro Maia Costa
2025-04-25 15:14:32 +01:00
committed by GitHub
parent 39483f8ca8
commit dbf81a145e
3 changed files with 97 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ const (
UserRoleUnknown UserRole = "unknown"
UserRoleBillingAdmin UserRole = "billing_admin"
UserRoleAuditor UserRole = "auditor"
UserRoleNetworkAdmin UserRole = "network_admin"
UserStatusActive UserStatus = "active"
UserStatusDisabled UserStatus = "disabled"