Kinetica C# API  Version 6.2.0.1
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.

Supported values:

A set of string constants for the parameter permission.

Definition at line 45 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 50 of file RevokePermissionSystem.cs.

◆ SYSTEM_READ

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

Read-only access to all tables.

Definition at line 56 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 53 of file RevokePermissionSystem.cs.


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