◆ createRole() [1/2]
| inline |
Creates a new role.
This method should be used for on-premise deployments only.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 23508 of file KineticaFunctions.cs.
◆ createRole() [2/2]
| inline |
Creates a new role.
This method should be used for on-premise deployments only.
Parameters
| name | Name of the role to be created. Must contain only lowercase letters, digits, and underscores, and cannot begin with a digit. Must not be the same name as an existing user or role. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 23553 of file KineticaFunctions.cs.
◆ CreateRoleAsync() [1/2]
| inline |
Creates a new role.
(async)
This method should be used for on-premise deployments only.
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 23525 of file KineticaFunctions.cs.
◆ CreateRoleAsync() [2/2]
| inline |
Creates a new role.
(async)
This method should be used for on-premise deployments only.
Parameters
| name | Name of the role to be created. Must contain only lowercase letters, digits, and underscores, and cannot begin with a digit. Must not be the same name as an existing user or role. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 23581 of file KineticaFunctions.cs.