Skip to main content

A set of string constants for the parameter RevokePermissionProcRequest.permission. More…

Static Public Attributes

const string PROC_ADMIN = “proc_admin”
 Admin access to the proc.
 
const string PROC_EXECUTE = “proc_execute”
 Execute access to the proc.
 

Detailed Description

A set of string constants for the parameter RevokePermissionProcRequest.permission.

Permission to revoke from the user or role.

Definition at line 22 of file RevokePermissionProc.cs.

Member Data Documentation

◆ PROC_ADMIN

const string kinetica.RevokePermissionProcRequest.Permission.PROC_ADMIN = “proc_admin”
static

Admin access to the proc.

Definition at line 25 of file RevokePermissionProc.cs.

◆ PROC_EXECUTE

const string kinetica.RevokePermissionProcRequest.Permission.PROC_EXECUTE = “proc_execute”
static

Execute access to the proc.

Definition at line 28 of file RevokePermissionProc.cs.


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