◆ grantPermissionDatasource() [1/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a data source permission to a user or role.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 42424 of file KineticaFunctions.cs.
◆ grantPermissionDatasource() [2/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a data source permission to a user or role.
Parameters
| name | Name of the user or role to which the permission will be granted. Must be an existing user or role. |
| permission | Permission to grant to the user or role. Supported values: |
| datasource_name | Name of the data source on which the permission will be granted. Must be an existing data source, or an empty string to grant permission on all data sources. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 42483 of file KineticaFunctions.cs.
◆ GrantPermissionDatasourceAsync() [1/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a data source permission to a user or 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 42443 of file KineticaFunctions.cs.
◆ GrantPermissionDatasourceAsync() [2/2]
| inline |
[DEPRECATED–please use grantPermission instead] Grants a data source permission to a user or role.
(async)
Parameters
| name | Name of the user or role to which the permission will be granted. Must be an existing user or role. |
| permission | Permission to grant to the user or role. Supported values: |
| datasource_name | Name of the data source on which the permission will be granted. Must be an existing data source, or an empty string to grant permission on all data sources. |
| 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 42529 of file KineticaFunctions.cs.