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

Indicates whether the specified user has the specified permission on the specified target. More...

Public Attributes

const string TRUE = "true"
 User has the effective queried permission More...
 
const string FALSE = "false"
 User does not have the queried permission More...
 

Detailed Description

Indicates whether the specified user has the specified permission on the specified target.

Supported values:

  • TRUE: User has the effective queried permission
  • FALSE: User does not have the queried permission

A set of string constants for the parameter <member name="has_permission">.

Definition at line 636 of file HasPermission.cs.

Member Data Documentation

const string kinetica.HasPermissionResponse.HasPermission.FALSE = "false"

User does not have the queried permission

Definition at line 643 of file HasPermission.cs.

const string kinetica.HasPermissionResponse.HasPermission.TRUE = "true"

User has the effective queried permission

Definition at line 640 of file HasPermission.cs.


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