The global access level of the User. The allowed values and their meaning are:

"admin" - Full administrative access.
"none" - No access.
"read-only" - Read only access.
"read-write" - Read and write access.

Enumeration Members

Enumeration Members

ADMIN: "admin"
NONE: "none"
READ_ONLY: "read-only"
READ_WRITE: "read-write"