Skip to main content

A set of string constants for the parameter HasPermissionResponse.has_permission. More…

Static Public Attributes

const string TRUE = “true”
 A boolean constant for the HasPermissionResponse.HasPermission options.
 
const string FALSE = “false”
 A boolean constant for the HasPermissionResponse.HasPermission options.
 

Detailed Description

A set of string constants for the parameter HasPermissionResponse.has_permission.

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

Definition at line 598 of file HasPermission.cs.

Member Data Documentation

◆ FALSE

const string kinetica.HasPermissionResponse.HasPermission.FALSE = “false”
static

A boolean constant for the HasPermissionResponse.HasPermission options.

Definition at line 606 of file HasPermission.cs.

◆ TRUE

const string kinetica.HasPermissionResponse.HasPermission.TRUE = “true”
static

A boolean constant for the HasPermissionResponse.HasPermission options.

Definition at line 602 of file HasPermission.cs.


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