◆ hasRole() [1/2]
| inline |
Checks if the specified user has the specified role.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 43734 of file KineticaFunctions.cs.
◆ hasRole() [2/2]
| inline |
Checks if the specified user has the specified role.
Parameters
| principal | Name of the user for which role membership is being checked. Must be an existing user. If blank, will use the current user. The default value is ”. |
| role | Name of role to check for membership. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 43820 of file KineticaFunctions.cs.
◆ HasRoleAsync() [1/2]
| inline |
Checks if the specified user has the specified 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 43750 of file KineticaFunctions.cs.
◆ HasRoleAsync() [2/2]
| inline |
Checks if the specified user has the specified role.
(async)
Parameters
| principal | Name of the user for which role membership is being checked. Must be an existing user. If blank, will use the current user. The default value is ”. |
| role | Name of role to check for membership. |
| 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 43892 of file KineticaFunctions.cs.