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

Permission being granted. More...

Public Attributes

const string ADMIN = "admin"
 Full read/write and administrative access on the object. More...
 
const string CONNECT = "connect"
 Connect access on the given data source or data sink. More...
 
const string DELETE = "delete"
 Delete rows from tables. More...
 
const string EXECUTE = "execute"
 Ability to Execute the Procedure object. More...
 
const string INSERT = "insert"
 Insert access to tables. More...
 
const string READ = "read"
 Ability to read, list and use the object. More...
 
const string UPDATE = "update"
 Update access to the table. More...
 
const string USER_ADMIN = "user_admin"
 Access to administer users and roles that do not have system_admin permission. More...
 
const string WRITE = "write"
 Access to write, change and delete objects. More...
 

Detailed Description

Permission being granted.

Supported values:

  • ADMIN: Full read/write and administrative access on the object.
  • CONNECT: Connect access on the given data source or data sink.
  • DELETE: Delete rows from tables.
  • EXECUTE: Ability to Execute the Procedure object.
  • INSERT: Insert access to tables.
  • READ: Ability to read, list and use the object.
  • UPDATE: Update access to the table.
  • USER_ADMIN: Access to administer users and roles that do not have system_admin permission.
  • WRITE: Access to write, change and delete objects.

A set of string constants for the parameter permission.

Definition at line 187 of file GrantPermission.cs.

Member Data Documentation

const string kinetica.GrantPermissionRequest.Permission.ADMIN = "admin"

Full read/write and administrative access on the object.

Definition at line 192 of file GrantPermission.cs.

const string kinetica.GrantPermissionRequest.Permission.CONNECT = "connect"

Connect access on the given data source or data sink.

Definition at line 196 of file GrantPermission.cs.

const string kinetica.GrantPermissionRequest.Permission.DELETE = "delete"

Delete rows from tables.

Definition at line 199 of file GrantPermission.cs.

const string kinetica.GrantPermissionRequest.Permission.EXECUTE = "execute"

Ability to Execute the Procedure object.

Definition at line 202 of file GrantPermission.cs.

const string kinetica.GrantPermissionRequest.Permission.INSERT = "insert"

Insert access to tables.

Definition at line 205 of file GrantPermission.cs.

const string kinetica.GrantPermissionRequest.Permission.READ = "read"

Ability to read, list and use the object.

Definition at line 208 of file GrantPermission.cs.

const string kinetica.GrantPermissionRequest.Permission.UPDATE = "update"

Update access to the table.

Definition at line 211 of file GrantPermission.cs.

const string kinetica.GrantPermissionRequest.Permission.USER_ADMIN = "user_admin"

Access to administer users and roles that do not have system_admin permission.

Definition at line 215 of file GrantPermission.cs.

const string kinetica.GrantPermissionRequest.Permission.WRITE = "write"

Access to write, change and delete objects.

Definition at line 218 of file GrantPermission.cs.


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