◆ 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 23494 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 23539 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 23511 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 23567 of file KineticaFunctions.cs.