DLP for sharing
Original Question or Issue:
DLP to restrict the sharing of a specific group of users with a defined set of email domains.
Environment:
- Product - FileCloud Server
- Version - Any
- Platform - Any
Steps to Reproduce:
Error or Log Message:
Defect or Enhancement Number:
Cause:
New requirement.
Resolution or Workaround:
DLP > Share > Allow
(_user.inGroup('mygroup') && _share.onlyUsersFromDomain('gmail.com','youtube.com') && !_share.public || !_user.inGroup('mygroup'))
Notes: