Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.RevokePermissionSystemRequest.Permission Struct Reference

Permission to revoke from the user or role. More...

Public Attributes

const string SYSTEM_ADMIN = "system_admin"
 Full access to all data and system functions. More...
 
const string SYSTEM_WRITE = "system_write"
 Read and write access to all tables. More...
 
const string SYSTEM_READ = "system_read"
 Read-only access to all tables. More...
 

Detailed Description

Permission to revoke from the user or role.

Values: system_admin, system_write, system_read.
A set of string constants for the parameter <member name="permission">.

Definition at line 25 of file RevokePermissionSystem.cs.

Member Data Documentation

const string kinetica.RevokePermissionSystemRequest.Permission.SYSTEM_ADMIN = "system_admin"

Full access to all data and system functions.

Definition at line 30 of file RevokePermissionSystem.cs.

const string kinetica.RevokePermissionSystemRequest.Permission.SYSTEM_READ = "system_read"

Read-only access to all tables.

Definition at line 36 of file RevokePermissionSystem.cs.

const string kinetica.RevokePermissionSystemRequest.Permission.SYSTEM_WRITE = "system_write"

Read and write access to all tables.

Definition at line 33 of file RevokePermissionSystem.cs.


The documentation for this struct was generated from the following file: