The global access level for this group. Changes to this attribute are synchronized to HA mates via config-sync. The default value is "none". The allowed values and their meaning are:

"none" - User has no access to global data.
"read-only" - User has read-only access to global data.
"read-write" - User has read-write access to most global data.
"admin" - User has read-write access to all global data.

Enumeration Members

Enumeration Members

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