◆ alterUser() [1/2]
| inline |
Alters a user.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 14718 of file KineticaFunctions.cs.
◆ alterUser() [2/2]
| inline |
Alters a user.
Parameters
| name | Name of the user to be altered. Must be an existing user. |
| action | Modification operation to be applied to the user. Supported values:
|
| _value | The value of the modification, depending on action . |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 14801 of file KineticaFunctions.cs.
◆ AlterUserAsync() [1/2]
| inline |
Alters a user.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 14733 of file KineticaFunctions.cs.
◆ AlterUserAsync() [2/2]
| inline |
Alters a user.
(async)
Parameters
| name | Name of the user to be altered. Must be an existing user. |
| action | Modification operation to be applied to the user. Supported values:
|
| _value | The value of the modification, depending on action . |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 14871 of file KineticaFunctions.cs.