◆ revokePermissionDatasource() [1/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a data source permission from a user or role.
| request_ | Request object containing the parameters for the operation. |
Definition at line 58464 of file KineticaFunctions.cs.
◆ revokePermissionDatasource() [2/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a data source permission from a user or role.
| name | Name of the user or role from which the permission will be revoked. Must be an existing user or role. |
| permission | Permission to revoke from the user or role. Supported values: |
| datasource_name | Name of the data source on which the permission will be revoked. Must be an existing data source, or an empty string to revoke permission from all data sources. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 58523 of file KineticaFunctions.cs.
◆ RevokePermissionDatasourceAsync() [1/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a data source permission from a user or role.
(async)
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 58483 of file KineticaFunctions.cs.
◆ RevokePermissionDatasourceAsync() [2/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a data source permission from a user or role.
(async)
| name | Name of the user or role from which the permission will be revoked. Must be an existing user or role. |
| permission | Permission to revoke from the user or role. Supported values: |
| datasource_name | Name of the data source on which the permission will be revoked. Must be an existing data source, or an empty string to revoke permission from all data sources. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 58569 of file KineticaFunctions.cs.