The Role type exposes the following members.
Back to Top
Fields
| Name | Description | |
|---|---|---|
| DataAdmin |
Manage indicies and user defined functions.
| |
| name |
Role name.
| |
| privileges |
List of assigned privileges.
| |
| Read |
Allow read transactions.
| |
| ReadWrite |
Allow read and write transactions.
| |
| ReadWriteUdf |
Allow read and write transactions within user defined functions.
| |
| SysAdmin |
Manage server configuration.
| |
| UserAdmin |
Manage users their roles.
|
See Also