Kinetica   C#   API  Version 7.2.3.0
kinetica.RevokePermissionSystemRequest.Permission Struct Reference

A set of string constants for the parameter permission. 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

A set of string constants for the parameter permission.

Permission to revoke from the user or role.

Definition at line 22 of file RevokePermissionSystem.cs.

Member Data Documentation

◆ SYSTEM_ADMIN

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

Full access to all data and system functions.

Definition at line 26 of file RevokePermissionSystem.cs.

◆ SYSTEM_READ

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

Read-only access to all tables.

Definition at line 36 of file RevokePermissionSystem.cs.

◆ SYSTEM_USER_ADMIN

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

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

Definition at line 30 of file RevokePermissionSystem.cs.

◆ SYSTEM_WRITE

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: