Prevent deleting master tenant (#319)
* Prevent deleting master tenant * Prevent deletion in APIS level * Address feedback
This commit is contained in:
@ -32,6 +32,8 @@
|
||||
|
||||
public const string HostUser = "host";
|
||||
|
||||
public const string MasterTenant = "Master";
|
||||
|
||||
public const string AllUsersRole = "All Users";
|
||||
public const string HostRole = "Host Users";
|
||||
public const string AdminRole = "Administrators";
|
||||
|
Reference in New Issue
Block a user