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

Modification operation to be applied to the user. More...

Public Attributes

const string SET_PASSWORD = "set_password"
 Sets the password of the user. More...
 
const string SET_RESOURCE_GROUP = "set_resource_group"
 Sets the resource group for an internal user. More...
 
const string SET_DEFAULT_SCHEMA = "set_default_schema"
 Set the default_schema for an internal user. More...
 

Detailed Description

Modification operation to be applied to the user.

Supported values:

  • SET_PASSWORD: Sets the password of the user. The user must be an internal user.
  • SET_RESOURCE_GROUP: Sets the resource group for an internal user. The resource group must exist, otherwise, an empty string assigns the user to the default resource group.
  • SET_DEFAULT_SCHEMA: Set the default_schema for an internal user. An empty string means the user will have no default schema.

A set of string constants for the parameter action.

Definition at line 48 of file AlterUser.cs.

Member Data Documentation

const string kinetica.AlterUserRequest.Action.SET_DEFAULT_SCHEMA = "set_default_schema"

Set the default_schema for an internal user.

An empty string means the user will have no default schema.

Definition at line 62 of file AlterUser.cs.

const string kinetica.AlterUserRequest.Action.SET_PASSWORD = "set_password"

Sets the password of the user.

The user must be an internal user.

Definition at line 53 of file AlterUser.cs.

const string kinetica.AlterUserRequest.Action.SET_RESOURCE_GROUP = "set_resource_group"

Sets the resource group for an internal user.

The resource group must exist, otherwise, an empty string assigns the user to the default resource group.

Definition at line 58 of file AlterUser.cs.


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