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

Permission to grant to 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_USER_ADMIN = "system_user_admin"
 Access to administer users and roles that do not have system_admin permission. 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 grant to the user or role.

Supported values:

A set of string constants for the parameter permission.

Definition at line 51 of file GrantPermissionSystem.cs.

Member Data Documentation

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

Full access to all data and system functions.

Definition at line 56 of file GrantPermissionSystem.cs.

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

Read-only access to all tables.

Definition at line 66 of file GrantPermissionSystem.cs.

const string kinetica.GrantPermissionSystemRequest.Permission.SYSTEM_USER_ADMIN = "system_user_admin"

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

Definition at line 60 of file GrantPermissionSystem.cs.

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

Read and write access to all tables.

Definition at line 63 of file GrantPermissionSystem.cs.


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