◆ hasPermission() [1/2]
| inline |
Checks if the specified user has the specified permission on the specified object.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 43202 of file KineticaFunctions.cs.
◆ hasPermission() [2/2]
| inline |
Checks if the specified user has the specified permission on the specified object.
Parameters
| principal | Name of the user for which the permission is being checked. Must be an existing user. If blank, will use the current user. The default value is ”. |
| _object | Name of object to check for the requested permission. It is recommended to use a fully-qualified name when possible. |
| object_type | The type of object being checked. Supported values:
|
| permission | Permission to check for. Supported values:
|
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 43434 of file KineticaFunctions.cs.
◆ HasPermissionAsync() [1/2]
| inline |
Checks if the specified user has the specified permission on the specified object.
(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 43218 of file KineticaFunctions.cs.
◆ HasPermissionAsync() [2/2]
| inline |
Checks if the specified user has the specified permission on the specified object.
(async)
Parameters
| principal | Name of the user for which the permission is being checked. Must be an existing user. If blank, will use the current user. The default value is ”. |
| _object | Name of object to check for the requested permission. It is recommended to use a fully-qualified name when possible. |
| object_type | The type of object being checked. Supported values:
|
| permission | Permission to check for. Supported values:
|
| 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 43654 of file KineticaFunctions.cs.