The Role type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() | DataAdmin |
Manage user defined functions and indicies.
|
![]() | name |
Role name.
|
![]() | privileges |
List of assigned privileges.
|
![]() ![]() | Read |
Allow read transactions.
|
![]() | readQuota |
Maximum reads per second limit.
|
![]() ![]() | ReadWrite |
Allow read and write transactions.
|
![]() ![]() | ReadWriteUdf |
Allow read and write transactions within user defined functions.
|
![]() ![]() | SIndexAdmin |
Manage indicies.
|
![]() ![]() | SysAdmin |
Manage server configuration.
|
![]() ![]() | Truncate |
Allow truncate.
|
![]() ![]() | UDFAdmin |
Manage user defined functions.
|
![]() ![]() | UserAdmin |
Manage users their roles.
|
![]() | whitelist |
List of allowable IP addresses.
|
![]() ![]() | Write |
Allow write transactions.
|
![]() | writeQuota |
Maximum writes per second limit.
|
See Also