Kinetica C# API  Version 6.0.1.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...
 

Detailed Description

Modification operation to be applied to the user.

Values: set_password.
A set of string constants for the parameter <member name="action">.

Definition at line 25 of file AlterUser.cs.

Member Data Documentation

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 30 of file AlterUser.cs.


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