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

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

Public Attributes

const string TABLE_ADMIN = "table_admin"
 Full read/write and administrative access to the table. More...
 
const string TABLE_INSERT = "table_insert"
 Insert access to the table. More...
 
const string TABLE_UPDATE = "table_update"
 Update access to the table. More...
 
const string TABLE_DELETE = "table_delete"
 Delete access to the table. More...
 
const string TABLE_READ = "table_read"
 Read access to the table. More...
 

Detailed Description

Permission to revoke from the user or role.

Values: table_admin, table_insert, table_update, table_delete, table_read.
A set of string constants for the parameter <member name="permission">.

Definition at line 25 of file RevokePermissionTable.cs.

Member Data Documentation

const string kinetica.RevokePermissionTableRequest.Permission.TABLE_ADMIN = "table_admin"

Full read/write and administrative access to the table.

Definition at line 30 of file RevokePermissionTable.cs.

const string kinetica.RevokePermissionTableRequest.Permission.TABLE_DELETE = "table_delete"

Delete access to the table.

Definition at line 39 of file RevokePermissionTable.cs.

const string kinetica.RevokePermissionTableRequest.Permission.TABLE_INSERT = "table_insert"

Insert access to the table.

Definition at line 33 of file RevokePermissionTable.cs.

const string kinetica.RevokePermissionTableRequest.Permission.TABLE_READ = "table_read"

Read access to the table.

Definition at line 42 of file RevokePermissionTable.cs.

const string kinetica.RevokePermissionTableRequest.Permission.TABLE_UPDATE = "table_update"

Update access to the table.

Definition at line 36 of file RevokePermissionTable.cs.


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