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

Optional parameters. More...

Public Attributes

const string NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists"
 If false will return an error if the provided role does not exist or is blank. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string ONLY_DIRECT = "only_direct"
 If false will search recursively if the principal is a member of role. More...
 

Detailed Description

Optional parameters.

  • NO_ERROR_IF_NOT_EXISTS: If false will return an error if the provided does not exist or is blank. If true then it will return false for <member name="has_role">. Supported values: The default value is FALSE.
  • ONLY_DIRECT: If false will search recursively if the is a member of . If true then must directly be a member of . Supported values: The default value is FALSE.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 71 of file HasRole.cs.

Member Data Documentation

const string kinetica.HasRoleRequest.Options.FALSE = "false"

Definition at line 93 of file HasRole.cs.

const string kinetica.HasRoleRequest.Options.NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists"

If false will return an error if the provided role does not exist or is blank.

If true then it will return false for <member name="has_role">. Supported values:

The default value is FALSE.

Definition at line 91 of file HasRole.cs.

const string kinetica.HasRoleRequest.Options.ONLY_DIRECT = "only_direct"

If false will search recursively if the principal is a member of role.

If true then principal must directly be a member of role. Supported values:

The default value is FALSE.

Definition at line 112 of file HasRole.cs.

const string kinetica.HasRoleRequest.Options.TRUE = "true"

Definition at line 92 of file HasRole.cs.


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