Skip to content

Instantly share code, notes, and snippets.

@mavenugo
Created April 10, 2014 20:04
Show Gist options
  • Save mavenugo/10417897 to your computer and use it in GitHub Desktop.
Save mavenugo/10417897 to your computer and use it in GitHub Desktop.
SYSTEMADMIN(0, "System-Admin", "System Administrator"), // can do everything
NETWORKADMIN(1, "Network-Admin", "Network Administrator"), // can do everything but setting a system admin user profile
NETWORKOPERATOR(2, "Network-Operator", "Network Operator"), // can only see what is configured anywhere
CONTAINERUSER(4, "Container-User", "Container User"), // container context user
APPUSER(5, "App-User", "Application User"), // application context user
NOUSER(255, "Not Authorized", "Not Authorized");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment