4eccd68794
Access rules can now have the visibility of sensible fields restricted, as well as the deletion can be prevented. To do so, two new parameters were implemented in the access create command: `restrict_visibility` and `restrict_deletion`. In order to drop the delete restriction, users must specify the `unrestrict` option while issuing the share access delete command. Depends-On: Iea422c9d6bc99a81cd88c5f4b7055d6a1cf97fdc Change-Id: I31899a563c621e6f799e320fd990f9e510a8a9cc
10 lines
367 B
YAML
10 lines
367 B
YAML
---
|
|
features:
|
|
- |
|
|
It is now possible to restrict the visibility of access rules' sensitive
|
|
fields, as well as lock the access rule deletion while allowing access to
|
|
a share. A lock reason can also be provided.
|
|
- |
|
|
It is now possible to filter access rules while listing them by its
|
|
`access_to`, `access_type`, `access_key` and `access_level`.
|