Kinetica   C#   API  Version 7.2.3.1
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 481 of file HasPermission.cs.

Member Data Documentation

◆ FALSE

const string HasPermissionResponse.HasPermission.FALSE = "false"

User does not have the queried permission.

Definition at line 487 of file HasPermission.cs.

◆ TRUE

const string HasPermissionResponse.HasPermission.TRUE = "true"

User has the effective queried permission.

Definition at line 484 of file HasPermission.cs.


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