◆ revokePermissionDirectory() [1/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a KiFS directory-level permission from a user or role.
| request_ | Request object containing the parameters for the operation. |
Definition at line 58591 of file KineticaFunctions.cs.
◆ revokePermissionDirectory() [2/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a KiFS directory-level 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:
|
| directory_name | Name of the KiFS directory to which the permission revokes access. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 58652 of file KineticaFunctions.cs.
◆ RevokePermissionDirectoryAsync() [1/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a KiFS directory-level 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 58610 of file KineticaFunctions.cs.
◆ RevokePermissionDirectoryAsync() [2/2]
| inline |
[DEPRECATED–please use revokePermission instead] Revokes a KiFS directory-level 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:
|
| directory_name | Name of the KiFS directory to which the permission revokes access. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 58699 of file KineticaFunctions.cs.