◆ alterRole() [1/2]
| inline |
Alters a Role.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 11211 of file KineticaFunctions.cs.
◆ alterRole() [2/2]
| inline |
Alters a Role.
Parameters
| name | Name of the role to be altered. Must be an existing role. |
| action | Modification operation to be applied to the role. 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 11263 of file KineticaFunctions.cs.
◆ AlterRoleAsync() [1/2]
| inline |
Alters a Role.
(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 11226 of file KineticaFunctions.cs.
◆ AlterRoleAsync() [2/2]
| inline |
Alters a Role.
(async)
Parameters
| name | Name of the role to be altered. Must be an existing role. |
| action | Modification operation to be applied to the role. 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 11302 of file KineticaFunctions.cs.