Kinetica   C#   API  Version 7.2.3.0
kinetica.HasPermissionResponse.HasPermission Struct Reference

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

A set of string constants for the parameter has_permission.

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

Definition at line 452 of file HasPermission.cs.

Member Data Documentation

◆ FALSE

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

User does not have the queried permission

Definition at line 458 of file HasPermission.cs.

◆ TRUE

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

User has the effective queried permission

Definition at line 455 of file HasPermission.cs.


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